Function finance::weighted_cost_of_capital [] [src]

pub fn weighted_cost_of_capital(
    market_value_of_equity: f64,
    market_value_of_debt: f64,
    cost_of_equity: f64,
    cost_of_debt: f64,
    tax_rate: f64
) -> f64