Scilab Function
Last update : 18/05/2014

fix - rounding towards zero

Calling Sequence

[y]=fix(x)

Parameters

Description

fix(x) returns an integer matrix made of nearest rounded integers toward zero,i.e, y=sign(x).*floor(abs(x)). Same as int.

See Also

round,  floor,  ceil,