@stdlib/math-base-special-ceilf
Round a single-precision floating-point number toward positive infinity.
@stdlib/math-base-special-ceil2
Round a numeric value to the nearest power of two toward positive infinity.
math-base-special-ceilsd
Round a numeric value to the nearest number toward positive infinity with N significant figures.
@stdlib/math-base-special-ceil10
Round a numeric value to the nearest power of 10 toward positive infinity.
@stdlib/math-strided-special-smskceil
Round each element in a single-precision floating-point strided array toward positive infinity according to a strided mask array.
@stdlib/math-strided-special-dceil
Round each element in a double-precision floating-point strided array toward positive infinity.
@stdlib/math-strided-special-dmskceil
Round each element in a double-precision floating-point strided array toward positive infinity according to a strided mask array.
math-strided-special-sceil
Round each element in a single-precision floating-point strided array toward positive infinity.
@stdlib/math-base-special-ceilb
Round a numeric value to the nearest multiple of b^n toward positive infinity.
math-strided-special-ceil
Round each element in a strided array toward positive infinity.
math-base-special-ceil
Round a double-precision floating-point number toward positive infinity.