pub fn compute_iv_and_greeks<T: BlackScholesReal>(
mkt_price: T,
s: T,
k: T,
t: T,
r: T,
b: T,
is_call: T::Mask,
initial_guess: T,
) -> Greeks<T>pub fn compute_iv_and_greeks<T: BlackScholesReal>(
mkt_price: T,
s: T,
k: T,
t: T,
r: T,
b: T,
is_call: T::Mask,
initial_guess: T,
) -> Greeks<T>