Commit c9ac35f3 authored by wanabe's avatar wanabe

android doesn't have log2

parent 96ef9925
......@@ -87,6 +87,10 @@ erfc(double x)
return one_sqrtpi*exp(-x*x)*q2;
}
#endif
#if (defined _MSC_VER && _MSC_VER < 1800) || defined __ANDROID__
double
log2(double x)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment