Function rerun::external::eframe::egui::epaint::emath::easing::exponential_in_out

pub fn exponential_in_out(t: f32) -> f32
Expand description

https://easings.net/#easeInOutExpo

There is a small discontinuity at 0 and 1.