pub type PeriodicFunction = Box<dyn Fn(f64) -> f64>;
Type alias defining a periodic function (f64 -> f64 map)