Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

simple_interest

Calculates simple interest: principal × (1 + rate × time).

Fully qualified path: cairo_fp::f64::math::interest::simple_interest

fn simple_interest(principal: Fixed, rate: Fixed, time: Fixed) -> Fixed