Tests given numbers against positive infinity, returning true
if the numbers are positive infinity, false if the numbers are not positive infinity.
ispositiveinfinity( number, … )
number: (Decimal) Number to test against positive infinity.
Boolean
You can experiment with this function in the test box below.
Test Input
ispositiveinfinity(100)
returns false
On This Page