[next] [prev] [prev-tail] [tail] [up]
#include <msca.h> double slog1p (double x); float slog1pf(float x);
Given a value this function computes the natural logarithm of plus one, that is . This function is more precise than using the equivalent operations.
[next] [prev] [prev-tail] [front] [up]