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