dvui › easing › outSineoutSine Parameters#t:f32f32SourceImplementation#pub fn outSine(t: f32) f32 { return std.math.sin(t * std.math.pi / 2); }