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

/ndk/sources/cxx-stl/stlport/src/
H A Dcomplex.cpp219 // log10
225 r._M_re = ::log10(::hypot(z._M_re, z._M_im));
229 _STLP_DECLSPEC complex<float> _STLP_CALL log10(const complex<float>& z) function
235 _STLP_DECLSPEC complex<double> _STLP_CALL log10(const complex<double>& z) function
237 const double LN10_INV = 1. / ::log10(10.);
242 _STLP_DECLSPEC complex<long double> _STLP_CALL log10(const complex<long double>& z) function

Completed in 397 milliseconds