Changeset 8cbe732 for libcfa/src/rational.hfa
- 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
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/rational.hfa
r85034ed r8cbe732 12 12 // Created On : Wed Apr 6 17:56:25 2016 13 13 // Last Modified By : Peter A. Buhr 14 // Last Modified On : Tue Jul 18 11:08:24202315 // Update Count : 12 114 // Last Modified On : Fri Oct 6 07:52:20 2023 15 // Update Count : 122 16 16 // 17 17 … … 40 40 T numerator( rational(T) r ); 41 41 T denominator( rational(T) r ); 42 [ T, T ] ?=?( & [ T, T ] d est, rational(T) src );42 [ T, T ] ?=?( & [ T, T ] dst, rational(T) src ); 43 43 44 44 // numerator/denominator setter
Note:
See TracChangeset
for help on using the changeset viewer.