Brisk icon indicating copy to clipboard operation
Brisk copied to clipboard

stdlib(Math): Add Math Libary

Open spotandjake opened this issue 2 years ago • 0 comments

Add a math library for working with grain numbers

add(Number, Number) -> Number
sub(Number, Number) -> Number
mul(Number, Number) -> Number
div(Number, Number) -> Number

spotandjake avatar Jul 17 '21 02:07 spotandjake