Rectangle area
What it does
Calculates rectangle area from the supplied values.
When to use it
Use this mathematics formula when the named quantities are known.
Variables
Worked example
{
"inputs": {
"width": 4,
"length": 6
},
"result": 24
}Common mistakes
Check units, signs, brackets and that every value is entered in the stated units.