Searched refs:inv_step (Results 1 – 1 of 1) sorted by relevance
80 constexpr const Real inv_step = 1/(numeric_limits<Real>::epsilon)(); in complex_step_derivative() local81 return f(complex<Real>(x, step)).imag()*inv_step; in complex_step_derivative()