mruby/c Math module More...
Go to the source code of this file.
Functions | |
| static double | to_double (struct VM *vm, const mrbc_value *v) |
| void | mrbc_init_module_math (void) |
mruby/c Math module
Copyright (C) 2015- Kyushu Institute of Technology. Copyright (C) 2015- Shimane IT Open-Innovation Center. This file is distributed under BSD 3-Clause License.
Definition in file c_math.c.
| void mrbc_init_module_math | ( | void | ) |
|
static |
convert mrbc_value to c double
Definition at line 36 of file c_math.c.