lu.numeric

Functions and templates that do numeric calculations or other manipulation, in some way or another.

Members

Functions

getMultipleOf
Number getMultipleOf(Number num, int n, Flag!"alwaysOneUp" oneUp)

Given a number, calculate the largest multiple of n needed to reach that number.

Meta