fn copysign(magnitude: anytype, sign: @TypeOf(magnitude)) @TypeOf(magnitude)
[src]
Returns a value with the magnitude of magnitude
and the sign of sign
.
fn copysign(magnitude: anytype, sign: @TypeOf(magnitude)) @TypeOf(magnitude)
Returns a value with the magnitude of magnitude
and the sign of sign
.