[][src]Function nannou::ease::back::ease_out_s

pub fn ease_out_s<T>(t: T, b: T, c: T, d: T, s: T) -> T where
    T: Float