Infinity: Difference between revisions

no edit summary
(→‎{{header|Vlang}}: Rename "Vlang" in "V (Vlang)")
No edit summary
Line 509:
<pre>
1.#INF (String representation of Positive Infinity)
</pre>
 
 
=={{header|FutureBasic}}==
FB has a native definition for infinite floating point types. As demonstrated below, it returns "inf".
<syntaxhighlight lang="futurebasic">
printf @"%g", INFINITY
 
HandleEvents
</syntaxhighlight>
{{output}}
<pre>
inf
</pre>
 
729

edits