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

8.5 slog2 - Base-2 logarithm log2(x)

#include <msca.h>

double slog2 (double x);
float  slog2f(float x);

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