Changeset 8cbe732 for libcfa/src/rational.cfa
- Timestamp:
- Oct 13, 2023, 7:13:21 PM (2 years ago)
- Branches:
- master
- Children:
- a97b9ed, bab2917
- Parents:
- 85034ed (diff), 0bf0b978 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
libcfa/src/rational.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/rational.cfa
r85034ed r8cbe732 10 10 // Created On : Wed Apr 6 17:54:28 2016 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Tue Jul 18 11:07:10202313 // Update Count : 19 712 // Last Modified On : Fri Oct 6 07:52:13 2023 13 // Update Count : 198 14 14 // 15 15 … … 76 76 } // denominator 77 77 78 [ T, T ] ?=?( & [ T, T ] d est, rational(T) src ) {79 return d est = src.[ numerator, denominator ];78 [ T, T ] ?=?( & [ T, T ] dst, rational(T) src ) { 79 return dst = src.[ numerator, denominator ]; 80 80 } // ?=? 81 81
Note:
See TracChangeset
for help on using the changeset viewer.