isinf
Overloads
| Name | Description |
|---|---|
isinf(real p) -> bool | Checks if the given value is infinite. |
isinf(integer p) -> bool | Checks if the given value is infinite. |
isinf(bool p) -> bool | Checks 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.