Math Scalar Library
Programming Reference Manual C/C++
Version 1.1 DD-00003-011

21.7 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.