linearly v0.32.0Docs


linearly v0.32.0 / scalar / floor

Function: floor()

floor(x): number

Returns the greatest integer less than or equal to its numeric argument.

Parameters

x: number

A numeric expression.

Returns

number

Defined in

src/scalar.ts:70open in new window