Home
last modified time | relevance | path

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

/third_party/boost/boost/math/special_functions/
Dcbrt.hpp43 T cbrt_imp(T z, const Policy& pol) in cbrt_imp() function
163 return static_cast<result_type>(detail::cbrt_imp(value_type(z), pol)); in cbrt()