Math Scalar Library
Programming Reference Manual C/C++
Version 1.0 DD-00003-010

8.4 slog - Natural logarithm log(x)

#include <msca.h>

double slog (double x);
float  slogf(float x);

Given a value x this function computes the natural logarithm.