Description Usage Arguments Value Author(s) References See Also Examples
This function returns a numeric value that is integer if it is within the specified tolerance of being integer. Otherwise, the given argument value is returned.
1 | fix.fp(z, tol = 1e-04)
|
z |
A numeric floating or integer value |
tol |
The tolerance used to determine how close argument |
A numeric value.
Frederick Novomestky fnovomes@poly.edu
Ignizio, J. P. (1976). Goal Programming and Extensions, Lexington Books, D. C. Heath and Company.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.