|
Release 4.0 |
 |
Predefined Functions - isFinite
Function name: | isFinite - Checks wether the given number is a finite number |
Synopsis: | isFinite(x) |
Input data type |
Output data type |
real |
bool |
complex |
bool |
vector |
bool |
quaternion |
bool |
Description:
Checks whether the input number is finite. Returns true if all components are finite. Returns false if at least one component is not finite.
|