findRoot

Undocumented in source. Be warned that the author may not have intended to support it.
  1. T findRoot(DF f, T a, T b, DT tolerance)
    package
    T
    findRoot
    (
    T
    DF
    DT
    )
    (
    scope DF f
    ,
    in T a
    ,
    in T b
    ,
    scope DT tolerance
    )
    if (
    isFloatingPoint!T &&
    is(typeof(tolerance(T.init, T.init)) : bool)
    &&
    is(typeof(f(T.init)) == R,
    R
    )
    &&
    isFloatingPoint!R
    )
  2. T findRoot(DF f, T a, T b)

Meta