Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_float/
Dfloat_math.c26 #define LOG10 2.30258509299404568401 macro
329 float WRAPPER_FUNC(exp10f)(float x) { check_nan_f1(x); return (float)exp((double)x*LOG10); } in WRAPPER_FUNC()
/hal_rpi_pico-latest/src/rp2_common/pico_double/
Ddouble_math.c28 #define LOG10 2.30258509299404568401 macro