pub fn apr(apr: f64, compounding_periods_in_year: u32) -> ConvertRateSolutionExpand description
Helper function to convert an quoted annual rate (apr) into all possible conversions (ear, epr). Returns a solution struct.
pub fn apr(apr: f64, compounding_periods_in_year: u32) -> ConvertRateSolutionHelper function to convert an quoted annual rate (apr) into all possible conversions (ear, epr). Returns a solution struct.