Skip to main content

floor

floor(const RealArray arr) -> RealArray

Computes the largest integer less than or equal to each element of the RealArray arr element-wise.

Parameters