RosettaCodeData/Task/Extreme-floating-point-values/Lua/extreme-floating-point-values-2.lua
2023-07-01 13:44:08 -04:00

2 lines
33 B
Lua

1/(1/-math.huge)==math.huge
true