ispositiveinfinity() Function

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

Syntax

ispositiveinfinity( number, … )

number: (Decimal) Number to test against positive infinity.

Returns

Boolean

Examples

ispositiveinfinity(100) returns false

Open in Github Built: Fri, Jun 03, 2022 (01:08:29 PM)

On This Page

FEEDBACK