Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_double/
Ddouble_math.c29 #define LOG2E 1.44269504088896340737 macro
340 double WRAPPER_FUNC(log2)(double x) { check_nan_d1(x); return log(x)*LOG2E; } in WRAPPER_FUNC()
/hal_rpi_pico-latest/src/rp2_common/pico_float/
Dfloat_math.c27 #define LOG2E 1.44269504088896340737 macro