compute_greeks

Function compute_greeks 

Source
pub fn compute_greeks<T: BlackScholesReal>(
    s: T,
    k: T,
    t: T,
    r: T,
    b: T,
    vol: T,
    is_call: T::Mask,
) -> Greeks<T>