@stdlib/constants-float64-high-word-abs-mask
High word mask for excluding the sign bit of a double-precision floating-point number.
@stdlib/constants-float64-high-word-sign-mask
High word mask for the sign bit of a double-precision floating-point number.
@stdlib/number-float64-base-signbit
Return a boolean indicating if the sign bit for a double-precision floating-point number is on (true) or off (false).
@stdlib/constants-float32-abs-mask
Mask for excluding the sign bit of a single-precision floating-point number.
@stdlib/constants-float32-sign-mask
Mask for the sign bit of a single-precision floating-point number.
@stdlib/math-base-special-copysignf
Return a single-precision floating-point number with the magnitude of x and the sign of y.
@stdlib/number-float32-base-signbit
Return a boolean indicating if the sign bit for a single-precision floating-point number is on (true) or off (false).
@stdlib/math-base-special-flipsignf
Return a single-precision floating-point number with the magnitude of x and the sign of x*y.
@stdlib/math-base-special-flipsign
Return a double-precision floating-point number with the magnitude of x and the sign of x*y.
@stdlib/math-base-special-signumf
Evaluate the signum function for a single-precision floating-point number.
math-base-special-signum
Evaluate the signum function for a double-precision floating-point number.
buisness_hour_sign_simple_template
Buisness hour sign simple template in LaTeX
math-base-special-gammasgnf
Computes the sign of the gamma function for a single-precision floating-point number.