simplex[define_zero] - define the zero tolerance for floats
|
Calling Sequence
|
|
define_zero(err)
|
|
Parameters
|
|
err
|
-
|
(optional) positive number defining the smallest nonzero number
|
|
|
|
|
Description
|
|
•
|
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.
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
| (6) |
>
|
|
| (7) |
|
|
Download Help Document
Was this information helpful?