press green flag. answer scratch cat questions. multiplication and subtraction are rounded to the nearest 1, except if dividing a number by another number that is 2x times bigger than the first number(n1=n2*2).
dividing is really just subtracting the number that you are dividing by from the divisible. Then the answer is the amount of times you can do that procedure until you reach 0. multiplying is adding n1 to itself n2 amount of times. factorial is repeating the following until n1=1: [if n2=n1: n1*(n2-1) else: n3=n3*n2] that is: "factorial, in mathematics, is the product of all positive integers less than or equal to a given positive integer and denoted by that integer and an exclamation point. Thus, factorial seven is written 7!=7*6*5*4*3*2*1. Factorial zero is defined as equal to 1." thanks to @destywhip (myself for the idea)