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

/haiku-fatelf/src/add-ons/translators/exr/openexr/imath/
H A DImathMath.h96 static T atan2 (T x, T y) {return ::atan2 (double(x), double(y));} function in struct:Imath::Math
129 static float atan2 (float x, float y) {return ::atan2f (x, y);} function in struct:Imath::Math
/haiku-fatelf/headers/libs/mapm/
H A Dm_apm.h570 MAPM atan2(const MAPM &x,int toDigits) const function in class:MAPM
573 MAPM atan2(const MAPM &x) const function in class:MAPM
652 inline MAPM atan2(const MAPM &y,const MAPM &x,int toDigits) function
654 inline MAPM atan2(const MAPM &y,const MAPM &x) function

Completed in 90 milliseconds