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