# Functions
CeilPlus will ceil the value to the given precision.
DivideCeil divides two integers and rounds up, rather than down (which is what happens when you do int64/int64).
IsSignedZero checks if this number is a signed zero (i.e.
Limit a value between a lower and upper limit.
Max gets the highest of two numbers.
Min gets the lowest of two numbers.
Round will round the value to the nearest natural number.
RoundPlus will round the value to the given precision.
# Type aliases
Byte is a float64 where the String() method prints out a human-redable description.