Loading...
Searching...
No Matches
Go to the documentation of this file.
19#ifndef COMPAT_ANDROID_MATH_H
20#define COMPAT_ANDROID_MATH_H
23#include <android/api-level.h>
25#if __ANDROID_API__ < 18
26#define log2(x) (log(x) * M_LOG2E)
27#define log2f(x) (logf(x) * (float)M_LOG2E)