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

21.9 slog10 - Base-10 logarithm log10(x)

#include <msca.h> 
 
double slog10 (double x); 
float  slog10f(float x);

Given a value x this function computes the base-10 logarithm.