RosettaCodeData/Task/Extreme-floating-point-values/Lua/extreme-floating-point-values-2.lua
2017-09-25 22:28:19 +02:00

2 lines
33 B
Lua

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