Using the C Math Library    

Error Messages 

This section lists a subset of the error messages issued by the library. By default, programs written using the library always exit after an error has occurred. For information about handling errors so that you can continue processing after an error occurred, see Error Handling Overview in Chapter 8.

Argument must be a vector


Division by zero is not allowed


Empty matrix is not a valid argument


Floating point overflow


Initial condition vector is not the right length

Inner matrix dimensions must agree


Log of zero


Matrix dimensions must agree


Matrix is singular to working precision


Matrix must be positive definite


Matrix must be square

Maximum variable size allowed by the program is exceeded


NaN and Inf not allowed


Not enough input arguments


Not enough output arguments


Singularity in ATAN


Singularity in TAN

Solution will not converge


String argument is an unknown option


The only matrix norms available are 1, 2, inf and fro


Too many input arguments


Too many output arguments


Variable must contain a string


Zero can't be raised to a negative power


 Errors and Warnings Warning Messages