package
0.8.2
Repository: https://github.com/tomcz/gotools.git
Documentation: pkg.go.dev

# README

maths

Generic arithmetic operations.
Because sometimes a single line is easier to grok.

# Functions

Choose will return yes when ok is true, and no when ok is false.
ChooseFunc will evaluate and return yes when ok is true, and no when ok is false.
ChooseFuncE will evaluate and return yes when ok is true, and no when ok is false.
Max returns the greatest value.
MaxOf returns the greatest value.
Min returns the least value.
MinOf returns the least value.