munum - v0.3.0
Preparing search index...
index
copysign
Function copysign
copysign
(
a
:
number
,
b
:
number
)
:
number
Composes a float from the magnitude of a and the sign of b, i.e. copysign(a, b) = sgn(b)|a|.
Parameters
a
:
number
b
:
number
Returns
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
munum - v0.3.0
Loading...
Composes a float from the magnitude of a and the sign of b, i.e. copysign(a, b) = sgn(b)|a|.