Home
last modified time | relevance | path

Searched defs:square_root (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/util/
H A Dmath.hpp264 struct square_root struct
266 typedef T return_type;
268 static inline T apply(T const& value) in apply()
313 struct square_root<float, true> struct
319 struct square_root<double, true> struct
325 struct square_root<long double, true> struct
331 struct square_root<T, true> struct
333 typedef double return_type;
335 static inline double apply(T const& value) in apply()