mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-27 10:56:28 +00:00
@@ -96,5 +96,8 @@ template main() =
|
||||
doAssert floorMod(3 // 10, 1 // 1) == 3 // 10
|
||||
doAssert floorMod(-3 // 10, 1 // 1) == 7 // 10
|
||||
|
||||
when sizeof(int) == 8:
|
||||
doAssert almostEqual(PI.toRational.toFloat, PI)
|
||||
|
||||
static: main()
|
||||
main()
|
||||
|
||||
Reference in New Issue
Block a user