package
1.3.6
Repository: https://github.com/00security/grammes.git
Documentation: pkg.go.dev

# Constants

AddAll will add all of the number provided in the traversal.
And will tell the traversal to wait for another parameter.
Assign will assign a number to an alias.
Div takes the amount of times one number fits into another.
Max finds the largest number found in the traversal.
Min finds the smallest number in the traversal.
Minus subtracts from two or more numbers.
Mult will multiply the numbers found in the traversal.
Or will make the traversal choose best fit number.
Sum will take the sum of all numbers in the traversal.
SumLong will take the sum of all numbers in the traversal as a long.

# Type aliases

Operator unlike Numberhelper doesn't have functions associated to applying the mathematical operator.