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

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