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

/haiku-fatelf/src/add-ons/translators/exr/openexr/imath/
H A DImathMath.h93 static T acos (T x) {return ::acos (double(x));} function in struct:Imath::Math
126 static float acos (float x) {return ::acosf (x);} function in struct:Imath::Math

Completed in 30 milliseconds