epsilon (floating-point relative accuracy)
%eps%eps is a predefined variable, %eps =
2^(-52)
.
Calculations are not exact but performed for a given precision, Scilab uses the IEEE 754 standard.
%eps format(20) 1 + %eps 1 + (%eps / 2) == 1 | ![]() | ![]() |