Home | History | Annotate | Download | only in Modules

Lines Matching refs:M_LN2

15 #ifndef M_LN2

16 #define M_LN2 (0.6931471805599453094) /* natural log of 2 */
140 M_LN2*2., z.imag);
143 M_LN2*2., -z.imag);
176 r.real = log(hypot(z.real/2., z.imag/2.)) + M_LN2*2.;
229 M_LN2*2., z.real);
232 M_LN2*2., -z.real);
537 r.real = log(hypot(ax/2., ay/2.)) + M_LN2;
542 ldexp(ay, DBL_MANT_DIG))) - DBL_MANT_DIG*M_LN2;