[][src]Function black_scholes_pricer::bs::put_strike_from_delta

pub fn put_strike_from_delta(
    delta: &[f32],
    spot: &[f32],
    risk_free_rate: &[f32],
    volatility: &[f32],
    years_to_expiry: &[f32]
) -> Vec<f32>

Calculate the call strike from delta value given