[][src]Function black_scholes_pricer::bs_single::call_strike_from_delta

pub fn call_strike_from_delta(
    delta: f32,
    spot: f32,
    risk_free_rate: f32,
    volatility: f32,
    years_to_expiry: f32
) -> f32

Calculate the call strike from a delta value