@stdlib/math-base-special-copysign
Return a double-precision floating-point number with the magnitude of x and the sign of y.
Return a double-precision floating-point number with the magnitude of x and the sign of y.
Return a single-precision floating-point number with the magnitude of x and the sign of y.
Compute the cosine of a number.
Compute the cosine of an angle measured in degrees.
Round a numeric value to the nearest power of 10 toward positive infinity.
Round a numeric value to the nearest power of two toward positive infinity.
Round a numeric value to the nearest multiple of b^n toward positive infinity.
Round a single-precision floating-point number toward positive infinity.
Round a numeric value to the nearest multiple of 10^n toward positive infinity.
Round a numeric value to the nearest number toward positive infinity with N significant figures.
Evaluate the exponential function for a double-precision complex floating-point number.
Return a double-precision complex floating-point number with the same magnitude as `z` and the sign of `y*z`.
Return a single-precision complex floating-point number with the same magnitude as `z` and the sign of `y*z`.
Round a double-precision complex floating-point number toward negative infinity.
Round each component of a double-precision complex floating-point number to the nearest multiple of 10^n toward negative infinity.
Evaluate the identity function for a double-precision complex floating-point number.
Incomplete beta function.
Inverse incomplete beta function.
Compute the arcsine of a double-precision floating-point number.
Compute the arcsine (in degrees) of a double-precision floating-point number.