Explain menu and all the features in the calculator - TYP-ZBEST/Calculator1 GitHub Wiki

The explain menu explains every feature explained in detail This is what it shows you:

+: Adds stuff

-: Subtracts stuff

*: Multiplies stuff

/: Divides stuff

remainder: Divides stuff and tells you the remainder

!: Factorial

sqr : Squares a number

sqrt: Find out the square root of a number

%: First number added is the number and second is the percent. Result is number/100 * percent

random: Generates a random number. First value you add is the minimum and second is the maximum range

prime: Checks if the given number is prime or not

hypotenuse: Takes in A and B. Squares A and B, Adds them together and square roots the result

pie : Shows you the value of pie

leap : Checks if the year will be a leap or not