Range

R=maxminR=max-min

What it does

Calculates range from the supplied values.

When to use it

Use this statistics formula when the named quantities are known.

Variables

Worked example

{
  "inputs": {
    "maximum": 17,
    "minimum": 4
  },
  "result": 13
}

Common mistakes

Check units, signs, brackets and that every value is entered in the stated units.