pub fn up<M: Multiplier>(value: M::Number, multiplier: M) -> Option<M::Number>
Rounds the number up.
Returns None if the result overflows.
None