mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user