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.
See Also
simplex[setup]
Download Help Document