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