> The above looks correct because log10l is not currently in libm. > FreeBSD does not use glibc. I'm guessing that __log10l is > suppose to be a builtin function, but I haven't gone looking. log10l is garanteed in C99, so I took it for granted. What is the FreeBSD way to compute log10 of long doubles? -- FX