flipsign
There are 4 repositories under flipsign topic.
stdlib-js/math-base-special-flipsign
Return a double-precision floating-point number with the magnitude of x and the sign of x*y.
stdlib-js/math-base-special-flipsignf
Return a single-precision floating-point number with the magnitude of x and the sign of x*y.
stdlib-js/math-base-special-cflipsign
Return a complex number with the same magnitude as `z` and the sign of `y*z`.
stdlib-js/math-base-special-cflipsignf
Return a single-precision complex floating-point number with the same magnitude as `z` and the sign of `y*z`.