Scilab-Branch-6.1-GIT
Please note that the recommended version of Scilab is 2024.1.0. This page might be outdated.
See the recommended documentation of this function
%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
Report an issue | ||
<< %e | Constants | %f or %F >> |