Home
last modified time | relevance | path

Searched refs:inv_step (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/math/differentiation/
Dfinite_difference.hpp80 constexpr const Real inv_step = 1/(numeric_limits<Real>::epsilon)(); in complex_step_derivative() local
81 return f(complex<Real>(x, step)).imag()*inv_step; in complex_step_derivative()