pub fn calculate_change(current: i64, previous: i64) -> Option<f64>
Percentage change from previous to current; None when the previous period had no data.
previous
current
None