MATLAB Application Program Interface
  Go to function:
    Search    Help Desk 
mexGetInf    See Also

Get the value of infinity

Fortran Syntax

Arguments

none
  

Returns

The value of infinity on your system.

Description

Call mexGetInf to return the value of the MATLAB internal inf variable. inf is a permanent variable representing IEEE arithmetic positive infinity. The value of inf is built in to the system; you cannot modify it.

Operations that return infinity include:

See Also

mexGetEps, mexGetNaN



[ Previous | Help Desk | Next ]