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