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

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