rune
0.1.0
Module arith
Module Items
Enums
Functions
In crate rune
rune
Module
arith
Copy item path
Source
Expand description
Arithmetic operators.
Enums
ยง
Number
Value
๐
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.
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
๐