how do i create a percentage calculator? with decimal places. does it have any extension?
Use maths… blocks
Percentage is a fraction / division written in a different way. In others words, 2% of 100 is the same thing of 2/100. 2% of 50 is the same as (2*50)/100 which is 1. So, to calculate the percentage of a number you have to make the number in percentage * the percentage. Then you divide the result for 100 and you will get the percentage.
Not sure if I made myself clear, I never tried to explain math in english before…
1 Like