fn copysignf(x: f32, y: f32) callconv(.c) f32
fn copysignf(x: f32, y: f32) callconv(.c) f32 { return math.copysign(x, y); }