Scalar FunctionsMath Functions
isfinite
Returns whether the input is a finite value (not infinity and not NaN).
Syntax
isfinite(x)Parameters
Prop
Type
Returns: bool
Examples
Example 1
print isfinite(1.0)| print_0 (bool) |
|---|
| true |
Returns whether the input is a finite value (not infinity and not NaN).
isfinite(x)Prop
Type
Returns: bool
print isfinite(1.0)| print_0 (bool) |
|---|
| true |