Home
last modified time | relevance | path

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

/haiku/src/system/libroot/posix/musl/math/
H A Dlog10l.c114 #define L10EB -6.5705518096748172348871e-2L macro
177 z = y * (L10EB); in log10l()
178 z += x * (L10EB); in log10l()