RosettaCodeData/Task/Extreme-floating-point-values/Jq/extreme-floating-point-values-5.jq
2017-09-25 22:28:19 +02:00

2 lines
81 B
Text

infinite as $inf | 1 / $inf #=> 0
-0 as $z | $z #=> -0