fn exp10f(x: f32) callconv(.c) f32
fn exp10f(x: f32) callconv(.c) f32 { return math.pow(f32, 10.0, x); }