Skip to main content

rcbrtf_gen_impl

Function rcbrtf_gen_impl 

Source
fn rcbrtf_gen_impl<Halley: Fn(f64, f64) -> f64, NewtonRaphson: Fn(f64, f64) -> f64>(
    x: f32,
    halley: Halley,
    rapshon: NewtonRaphson,
) -> f32