Module arith

Source
Expand description

Arithmetic operators.

Enums§

NumberValue 🔒
Similar to the object type NumberType, but contains a float instead of a reference to a float. This makes it easier to construct and mutate.

Constants§

MAX_FIXNUM 🔒
MIN_FIXNUM 🔒

Functions§

add 🔒
add_one 🔒
arith 🔒
cmp 🔒
div 🔒
greater_than 🔒
greater_than_or_eq 🔒
less_than 🔒
less_than_or_eq 🔒
logand 🔒
logior 🔒
max 🔒
max_val 🔒
min 🔒
min_val 🔒
modulo 🔒
mul 🔒
num_eq 🔒
num_ne 🔒
remainder 🔒
sub 🔒
sub_one 🔒