dvui › easing › inCircinCirc Parameters#t:f32f32SourceImplementation#pub fn inCirc(t: f32) f32 { return -(std.math.sqrt(1 - t * t) - 1); }