pub fn compute_interval(forgetting_rate: f32, probability: f32) -> i32Expand description
computes the number of days between the current review event and the next given a wanted recall probability. Expects a positive forgetting rate. Is not used directly can but is exposed anyway.