User`s guide

Using Class Methods
Method Description
“getEps” on
page 4-91
Get the value represented by
EPS (floating-point relative
accuracy) in M ATLAB.
“getInf” on pag e
4-91
Get the value represented by
INF (infinity) in MATLAB.
“getNaN” on
page 4-92
Get the value represented by
NaN (Not a Number) in
MATLAB.
getEps. This method returns the MATLAB concept of EPS,whichstandsfor
the floating-po int relative accuracy.
The p rototype for the
getEps method is
public static double getEps()
Input Parameters
None
Exceptions
None
getInf. This method returns the MATLAB concept of
Inf,whichstandsfor
infinity.
The p rototype for the
getInf method is
public static double getInf()
Input Parameters
None
4-91