Changeset 71f3d45 for libcfa/src/rational.cfa
- Timestamp:
- Nov 27, 2024, 5:01:26 PM (3 weeks ago)
- Branches:
- master
- Children:
- f5e37a4
- Parents:
- 108b2c7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/rational.cfa
r108b2c7 r71f3d45 201 201 return is; 202 202 } // ?|? 203 203 } // distribution 204 205 forall( T ) { 204 206 forall( ostype & | ostream( ostype ) | { ostype & ?|?( ostype &, T ); } ) { 205 207 ostype & ?|?( ostype & os, rational(T) r ) {
Note: See TracChangeset
for help on using the changeset viewer.