ispositiveinfinity() Function

Function

ispositiveinfinity( number )

Tests given numbers against positive infinity, returning true if the numbers are positive infinity, false if the numbers are not positive infinity.

Parameters

Keyword Type Description

number

Number (Decimal)

Number to test against positive infinity.

Returns

Boolean

Examples

ispositiveinfinity(100) returns false

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

On This Page

FEEDBACK