mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
use powf() instead of pow() on MRB_USE_FLOAT
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user