@stdlib/math-base-special-trunc
Round a double-precision floating-point number toward zero.
Found 16 results for math.trunc
Round a double-precision floating-point number toward zero.
Rounds a numeric value toward zero.
Round a single-precision floating-point number toward zero.
Round a numeric value to the nearest power of two toward zero.
Round each element in a strided array toward zero.
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.
Round a numeric value to the nearest multiple of b^n toward zero.
Round each element in a single-precision floating-point strided array toward zero.
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 power of 10 toward zero.
Round a numeric value to the nearest number toward zero with N significant figures.
Round a numeric value to the nearest multiple of 10^n toward zero.
Round each element in a double-precision floating-point strided array toward zero.
Create an iterator which rounds each iterated value to the nearest power of two toward zero.
Round each element in a double-precision floating-point strided array toward zero according to a strided mask array.