pub fn sinh(x: f16) callconv(.c) f16
pub fn sinh(x: f16) callconv(.c) f16 { // TODO: more efficient implementation return @floatCast(sinf(x)); }