infinity(
)

The infinity( function returns infinity.


Parameters

No parameters.


Description

This function returns infinity. The only use for this is to test if the result of a calculation is infinite. This formula will return true if b is zero.

a/b = infinity()

Of course in this example it probably would be better to actually test if b is zero, but for a more complex formula, comparing with infinity might be necessary.


See Also


History

VersionStatusNotes
10.0NewNew in this version.