[TOC]
fix
Rounding towards zero
Usage
fix(A)
A
should be an array of numeric type.
It returns an array containing elements of
A
rounded towards zero.
The output has the same size as
A
.
It returns an empty array if
A
is empty.