floor#
- swordfish.function.floor()#
The floor and ceil functions map a real number to the largest previous and the smallest following integer, respectively. Function round maps a real number to the largest previous or the smallest following integer with the round half up rule.
- Parameters:
X (Constant) – A scalar, vector, or matrix.