| MATLAB Compiler | ![]() |
static double GetInf()
C++ syntax
Arguments
Return value
The value of Inf (infinity) on your system.
Description
Call mwArray::GetInf 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 into the system; you cannot modify it.
Operations that return Inf include:
Inf.
exp(10000) returns Inf because the result is too large to be represented on your machine.
| static double GetEps() | static bool IsFinite(double x) | ![]() |
© 1994-2005 The MathWorks, Inc.