Settings
Help

Module arith

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 πŸ”’