Function copysignf32
pub const fn copysignf32(x: f32, y: f32) -> f32
Copies the sign from y to x for f32 values.
The stabilized version of this intrinsic is
f32::copysign
copysignf32pub const fn copysignf32(x: f32, y: f32) -> f32
Copies the sign from y to x for f32 values.
The stabilized version of this intrinsic is
f32::copysign