Searched defs:Arccosh (Results 1 – 1 of 1) sorted by relevance
1368 struct Arccosh { struct1369 T operator()(T a) { return T(std::acosh(static_cast<float>(a))); } in operator ()()