dvui › easing › inExpoinExpo Parameters#t:f32f32SourceImplementation#pub fn inExpo(t: f32) f32 { return std.math.pow(f32, 2, 10 * (t - 1)); }