Changeset 5a40e4e for tests/mathX.cfa
- Timestamp:
- Sep 9, 2021, 3:56:32 PM (4 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
- Children:
- d0b9247
- Parents:
- dd1cc02 (diff), d8d512e (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
-
tests/mathX.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/mathX.cfa
rdd1cc02 r5a40e4e 10 10 // Created On : Thu May 24 20:56:54 2018 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : S at Feb 20 18:26:38202113 // Update Count : 3 012 // Last Modified On : Sun Aug 8 22:33:46 2021 13 // Update Count : 31 14 14 // 15 15 … … 255 255 sout | "ceiling(" | ulli | ", " | ulli | ") = " | ullir1 | ", ceiling(" | ulli + 2ull | ", " | ulli | ") = " | ullir2 | ", ceiling(" | -ulli - 2ull | ", " | ulli | ") = " | ullir3; 256 256 } // for 257 printf( "\n" );257 sout | nl; 258 258 #endif // 0 259 259 } // main
Note:
See TracChangeset
for help on using the changeset viewer.