Home
last modified time | relevance | path

Searched defs:deAtanh (Results 1 - 1 of 1) sorted by relevance

/third_party/vk-gl-cts/framework/delibs/debase/
H A DdeMath.h242 DE_INLINE double deAtanh (double a) { return 0.5*deLog((1.0+a)/(1.0-a)); } in deAtanh() function

Completed in 3 milliseconds