xapian-core  1.4.25
Functions
log2.h File Reference

Defines a log2() function to find the logarithm to base 2 if not already defined in the library. More...

#include <cmath>
+ Include dependency graph for log2.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

double log2 (double x)
 

Detailed Description

Defines a log2() function to find the logarithm to base 2 if not already defined in the library.

Definition in file log2.h.

Function Documentation

◆ log2()

double log2 ( double  x)
inline