Numworks Epsilon
1.4.1
Graphing Calculator Operating System
|
#include "py/smallint.h"
Go to the source code of this file.
Functions | |
bool | mp_small_int_mul_overflow (mp_int_t x, mp_int_t y) |
mp_int_t | mp_small_int_modulo (mp_int_t dividend, mp_int_t divisor) |
mp_int_t | mp_small_int_floor_divide (mp_int_t num, mp_int_t denom) |
Definition at line 64 of file smallint.c.
Definition at line 55 of file smallint.c.
Definition at line 29 of file smallint.c.