[][src]Function finance_solution::round::round_2

pub fn round_2(val: f64) -> f64

Round to two decimal places. This function uses f64::round() which rounds halfway cases away from 0.0.