Function copysign

Source
pub fn copysign<F: Float>(x: F, y: F) -> F
Expand description

Copy the sign of y to x.