Jump to content

Infinity: Difference between revisions

m (→‎{{header|Wren}}: Changed to Wren S/H)
Line 700:
 
=={{header|jq}}==
jq uses IEEE 754 64-bit floating-point arithmetic, and very large real number literals, e.g. 1e1000, are evaluated as IEEE 754 infinity. If your version of jq does not include `infinite` as a built-in, you could therefore define it as follows:
 
<syntaxhighlight lang="jq">def infinite: 1e1000;</syntaxhighlight>
2,502

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.