Changes in / [c469f43:9452a2c]
- Location:
- src/tests
- Files:
-
- 2 edited
-
.expect/rational.txt (modified) (1 diff)
-
rational.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/tests/.expect/rational.txt
rc469f43 r9452a2c 25 25 355/113 26 26 decompose 27 355/113 0 9 27 28 more tests 28 29 -3/2 -
src/tests/rational.c
rc469f43 r9452a2c 10 10 // Created On : Mon Mar 28 08:43:12 2016 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : T ue May 2 22:11:05201713 // Update Count : 4 112 // Last Modified On : Thu Apr 27 17:05:19 2017 13 // Update Count : 40 14 14 // 15 15 … … 63 63 sout | "decompose" | endl; 64 64 RationalImpl n, d; 65 //[n, d] = a;66 //sout | a | n | d | endl;65 [n, d] = a; 66 sout | a | n | d | endl; 67 67 68 68 sout | "more tests" | endl;
Note:
See TracChangeset
for help on using the changeset viewer.