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