@stdlib/math-strided-special-dfloor
Round each element in a double-precision floating-point strided array toward negative infinity.
Round each element in a double-precision floating-point strided array toward negative infinity.
Create an iterator which rounds each iterated value toward positive infinity.
Create an iterator which rounds each iterated value to the nearest power of 10 toward positive infinity.
Create an iterator which rounds each iterated value to the nearest power of two toward positive infinity.
Create an iterator which rounds each iterated value toward zero.
Create an iterator which rounds each iterated value to the nearest power of 10 toward zero.
Create an iterator which rounds each iterated value to the nearest power of two toward zero.
Create an iterator which rounds each iterated value to the nearest integer.
Create an iterator which rounds each iterated value to the nearest power of 10 on a linear scale.
Create an iterator which rounds each iterated value to the nearest power of two on a linear scale.
Create an iterator which rounds each iterated value toward negative infinity.
Create an iterator which rounds each iterated value to the nearest power of 10 toward negative infinity.
Create an iterator which rounds each iterated value to the nearest power of two toward negative infinity.
Round a numeric value to the nearest integer.
Round a numeric value to the nearest power of 10 on a linear scale.
Round a numeric value to the nearest power of two on a linear scale.
Round a numeric value to the nearest multiple of b^n on a linear scale.
Round a double-precision floating-point number to the nearest multiple of 10^n.
Round a numeric value to the nearest number with N significant figures.
Round a numeric value to the nearest power of 10 toward zero.