Searched refs:M_LOG10E (Results 1 - 3 of 3) sorted by relevance

/haiku/src/system/libroot/posix/glibc/arch/generic/
H A Ds_clog10f.c47 __imag__ result = M_LOG10E * atan2f (__imag__ x, __real__ x);
H A Ds_clog10.c47 __imag__ result = M_LOG10E * atan2 (__imag__ x, __real__ x);
/haiku/headers/posix/
H A Dmath.h29 #define M_LOG10E 0.43429448190325182765 /* log 10e */ macro

Completed in 56 milliseconds