isinfinite() Function

Function

isinfinite( number )

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

Parameters

Keyword Type Description

number

Number (Decimal)

Number to test against infinity.

Returns

Boolean

Examples

isinfinite(100) returns false

Open in Github Built: Tue, May 23, 2023 (06:12:33 PM)

On This Page

FEEDBACK