Function copysignf32

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