MATLAB fix function
Rounds toward zero.
fix(A)
A |
numeric to be rounded |
Simply invokes trunc
.
Returns vector containing integers by truncating the
corresponding values of argument A
toward zero.
P. Roebuck proebuck@mdanderson.org
fix(c(1.3, 2.5, 3.7))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.