Round towards zero
C = fix(A)
A - a variable
C - result of fix.
fix returns an integer matrix made of nearest rounded integers toward zeros.
fix(pi)
floor, round, ceil.
1.0.0
initial version
Last updated 3 months ago