Percentage Calculator
Result = percentage ÷ 100 × number.
CalculatorsEveryday numbers, with the working shown.
Result = percentage ÷ 100 × number.
CalculatorsChange = (new − original) ÷ |original| × 100.
CalculatorsDifference = |a − b| ÷ ((a + b) / 2) × 100.
CalculatorsDivides both integer terms by their greatest common divisor.
CalculatorsUses common denominators for addition/subtraction and cross products for multiplication/division, then reduces by GCD.
CalculatorsArithmetic mean = sum of values ÷ count.
CalculatorsSorts values; returns the middle value or mean of the two middle values.
CalculatorsWelford’s algorithm accumulates squared deviations.
CalculatorsEuclid’s remainder algorithm finds the greatest common divisor.
CalculatorsLCM(a,b) = |a ÷ GCD(a,b) × b|, folded across the list.
CalculatorsTests divisibility by 2 and odd integers through the square root.
CalculatorsA bounded recursive-descent parser supports + − * / % ^, parentheses, pi, e, sin/cos/tan, inverse trig, sqrt, abs, ln, log, exp, floor and ceil.
CalculatorsWeb Crypto rejection sampling gives each integer in the inclusive range equal probability.
CalculatorsFinite decimals become an integer over a power of ten, then reduce by GCD.
CalculatorsUses standard subtractive Roman notation: IV, IX, XL, XC, CD and CM.
Calculators