mruby/c Integer and Float class More...
Go to the source code of this file.
Macros | |
| #define | MRBC_POW powf |
Functions | |
| static mrbc_int_t | shift (mrbc_int_t x, mrbc_int_t y) |
mruby/c Integer and Float class
Copyright (C) 2015- Kyushu Institute of Technology. Copyright (C) 2015-2026 Shimane IT Open-Innovation Center. Copyright (C) 2026- Shimane Institute for Industrial Technology. This file is distributed under BSD 3-Clause License.
Definition in file c_numeric.c.
| #define MRBC_POW powf |
Definition at line 32 of file c_numeric.c.
|
static |
x-bit left shift for x
Definition at line 169 of file c_numeric.c.