Floating Point Arithmetic |
This section describes methods checking if the vector has the following abnormal values:
NaN;
positive infinity (is the result of dividing a positive number by zero);
negative infinity (is the result of dividing a negative number by zero).
Operation | Description | Performance |
---|---|---|
NaN | Checks if the vector contains NaN elements. | |
infinity | Checks if the vector contains elements which are positive or negative infinity. | |
abnormal | Checks whether the vector contains abnormal numbers. |