isinfinite() Function

Tests given numbers against positive and negative infinity, returning true if the number is infinite, false if the number is not infinite.

Syntax

isinfinite( number1, number2, … )

number: (Decimal) Number to test against infinity.

Returns

Boolean

Examples

isinfinite(100) returns false

Open in Github Built: Wed, Aug 17, 2022 (01:05:05 PM)

On This Page

FEEDBACK