Searched refs:cbrt_eps (Results 1 – 1 of 1) sorted by relevance
327 static const T cbrt_eps = pow(tools::epsilon<T>(), T(1) / 3); in cbrt_epsilon_imp() local328 return cbrt_eps; in cbrt_epsilon_imp()