Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_double/
Ddouble_math.c30 #define LOG10E 0.43429448190325182765 macro
342 double WRAPPER_FUNC(log10)(double x) { check_nan_d1(x); return log(x)*LOG10E; } in WRAPPER_FUNC()
/hal_rpi_pico-latest/src/rp2_common/pico_float/
Dfloat_math.c28 #define LOG10E 0.43429448190325182765 macro