#what is name of this math formula

4 messages · Page 1 of 1 (latest)

brazen raven
#

n = numerator
d = divisor
c = closest numerator divided by d with no remainder

n ± (n % d) = c

keen frostBOT
brazen raven
#

or there is another version of formula i made

#

n - (n % d)