Searched defs:log10 (Results 1 – 10 of 10) sorted by relevance
24 function log10(x) { function
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
117 public static int log10(int x, RoundingMode mode) { in log10() method in IntMath
112 public static int log10(long x, RoundingMode mode) { in log10() method in LongMath
126 public static int log10(BigInteger x, RoundingMode mode) { in log10() method in BigIntegerMath
1296 # define log10 rpl_log10 macro
37 function log10(num) { function
992 inline valarray<_Tp> log10(const valarray<_Tp>& __x) { in log10() function
324 log10, enumerator
943 #define log10(__x) __tg_log10(__tg_promote1((__x))(__x)) macro