use powf() instead of pow() on MRB_USE_FLOAT

This commit is contained in:
Yukihiro "Matz" Matsumoto
2014-02-17 09:34:56 +09:00
parent b4bc395680
commit 25ea4d751b
+1
View File
@@ -19,6 +19,7 @@
#define ceil(f) ceilf(f)
#define floor(f) floorf(f)
#define fmod(x,y) fmodf(x,y)
#define pow(x,y) powf(x,y)
#endif
static mrb_float