Function refraction::find_root

source ·
pub fn find_root<T>(a: T, b: T, eq: RefractionEq<T>, tolerance: T) -> Option<T>
where T: RealField + Copy,