Searched defs:log10 (Results 1 – 2 of 2) sorted by relevance
229 _STLP_DECLSPEC complex<float> _STLP_CALL log10(const complex<float>& z) in log10() function235 _STLP_DECLSPEC complex<double> _STLP_CALL log10(const complex<double>& z) in log10() function242 _STLP_DECLSPEC complex<long double> _STLP_CALL log10(const complex<long double>& z) in log10() function
992 inline valarray<_Tp> log10(const valarray<_Tp>& __x) { in log10() function