@stdlib/math-strided-special-dtrunc
Round each element in a double-precision floating-point strided array toward zero.
Round each element in a double-precision floating-point strided array toward zero.
Round each element in a strided array toward negative infinity.
Round each element in a single-precision floating-point strided array toward positive infinity.
Round each element in a single-precision floating-point strided array toward negative infinity.
Round each element in a single-precision floating-point strided array toward positive infinity according to a strided mask array.
Round each element in a single-precision floating-point strided array toward negative infinity according to a strided mask array.
Round each element in a single-precision floating-point strided array toward zero according to a strided mask array.
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 multiple of b^n toward zero.
Round a numeric value to the nearest multiple of 10^n toward zero.
Round a numeric value to the nearest number toward zero with N significant figures.
Round a numeric value to the nearest power of 10 toward zero.
Round a numeric value to the nearest power of two toward zero.
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.