@stdlib/math-base-special-floor
Round a double-precision floating-point number toward negative infinity.
@stdlib/math-base-special-floor10
Round a numeric value to the nearest power of 10 toward negative infinity.
@stdlib/math-base-special-floorsd
Round a numeric value to the nearest number toward negative infinity with N significant figures.
@stdlib/math-base-special-floorb
Round a numeric value to the nearest multiple of b^n toward negative infinity.
@stdlib/math-base-special-floor2
Round a numeric value to the nearest power of two toward negative infinity.
@stdlib/math-strided-special-sfloor
Round each element in a single-precision floating-point strided array toward negative infinity.
@stdlib/math-strided-special-dfloor
Round each element in a double-precision floating-point strided array toward negative infinity.
@stdlib/math-strided-special-smskfloor
Round each element in a single-precision floating-point strided array toward negative infinity according to a strided mask array.
@stdlib/math-strided-special-dmskfloor
Round each element in a double-precision floating-point strided array toward negative infinity according to a strided mask array.
math-strided-special-floor
Round each element in a strided array toward negative infinity.