pub fn __expx(a: f80) callconv(.c) f80
pub fn __expx(a: f80) callconv(.c) f80 { // TODO: more efficient implementation return @floatCast(expq(a)); }