chickadee » srfi-144 » fllog1+

fllog1+ xprocedure

Returns ln(x + 1), but is much more accurate than fllog for values of x near 0. It is recommended for use in algorithms where accuracy is important. (C99 log1p)