Scilab 6.0.2
Scilab Help >> Scilab > Variables > Constants > %eps
%eps
epsilon (floating-point relative accuracy)
Syntax
%eps
Description
%eps
is a predefined variable, %eps =
2^(-52)
.
Calculations are not exact but performed for a given precision, Scilab uses the IEEE 754 standard.
See also
- format — set the default output format of decimal numbers
Comments
Add a comment:
Please login to comment this page.