Skip to main content

isinf

Overloads

NameDescription
isinf(real p) -> boolChecks if the given value is infinite.
isinf(integer p) -> boolChecks if the given value is infinite.
isinf(bool p) -> boolChecks if the given value is infinite.

isinf(real p) -> bool

Checks if the given value is infinite.

Parameters

  • p: The value to check for infinity.

isinf(integer p) -> bool

Checks if the given value is infinite.

Parameters

  • p: The value to check for infinity.

isinf(bool p) -> bool

Checks if the given value is infinite.

Parameters

  • p: The value to check for infinity.