Home
last modified time | relevance | path

Searched refs:_M_LN10 (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/lib/libm_dbl/
A Dlog10.c3 static const double _M_LN10 = 2.302585092994046; variable
6 return log(x) / (double)_M_LN10; in log10()
/AliOS-Things-master/components/py_engine/engine/lib/libm/
A Dmath.c56 static const float _M_LN10 = 2.30258509299404f; // 0x40135d8e variable
57 float log10f(float x) { return logf(x) / (float)_M_LN10; } in log10f()

Completed in 5 milliseconds