simplex
define_zero
define the zero tolerance for floats
Calling Sequence
Parameters
Description
Examples
define_zero(err)
err
-
(optional) positive number defining the smallest nonzero number
The function call define_zero(err) sets the absolute size of the minimum nonzero quantity. The function call define_zero() simply reports the current absolute size of the minimum nonzero quantity.
Its initial magnitude depends on the setting of Digits. It can be independently specified as a new error tolerance as the argument to define_zero.
The command with(simplex,define_zero) allows the use of the abbreviated form of this command.
with⁡simplex:
define_zero⁡
1.000000000×10−8
Digits≔50
1.0000000000000000000000000000000000000000000000000×10−48
Digits≔4
0.01000
define_zero⁡10−8
1.000×10−8
See Also
simplex[setup]
Download Help Document