Changes in libcfa/src/rational.hfa [0087e0e:200fcb3]
- File:
-
- 1 edited
-
libcfa/src/rational.hfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/rational.hfa
r0087e0e r200fcb3 12 12 // Created On : Wed Apr 6 17:56:25 2016 13 13 // Last Modified By : Peter A. Buhr 14 // Last Modified On : Tue Mar 26 23:16:10 201915 // Update Count : 10 914 // Last Modified On : Tue Dec 4 23:07:46 2018 15 // Update Count : 106 16 16 // 17 17 … … 98 98 } // distribution 99 99 100 forall( otype RationalImpl | arithmetic( RationalImpl ) |{RationalImpl ?\?( RationalImpl, unsigned long );} )101 Rational(RationalImpl) ?\?( Rational(RationalImpl) x, long int y );102 103 100 // conversion 104 101 forall( otype RationalImpl | arithmetic( RationalImpl ) | { double convert( RationalImpl ); } )
Note:
See TracChangeset
for help on using the changeset viewer.