Changes in src/libcfa/rational [d1ab5331:630a82a]
- File:
-
- 1 edited
-
src/libcfa/rational (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/rational
rd1ab5331 r630a82a 12 12 // Created On : Wed Apr 6 17:56:25 2016 13 13 // Last Modified By : Peter A. Buhr 14 // Last Modified On : Wed May 4 14:11:45201615 // Update Count : 1 614 // Last Modified On : Fri Apr 8 11:38:27 2016 15 // Update Count : 15 16 16 // 17 17 … … 28 28 29 29 // constructors 30 void ?{}( Rational * r);31 void ?{}( Rational * r,long int n );32 void ?{}( Rational * r,long int n, long int d );30 Rational rational(); 31 Rational rational( long int n ); 32 Rational rational( long int n, long int d ); 33 33 34 34 // getter/setter for numerator/denominator
Note:
See TracChangeset
for help on using the changeset viewer.