Simple Computations

This calculator performs simple computations
[text name="A"] <-- A (enter a number)
[text name="B"] <-- B (enter a number)

A + B --> [calc value="score1=(A)+(B)" memo="addition"]
A - B --> [calc value="score2=(A)-(B)" memo="subtraction"]
A x B --> [calc value="score3=(A)*(B)" memo="multiplication"]
A / B --> [calc value="score4=(A)/(B)" memo="division"]
A raised to the power of B --> [calc value="score5=Math.pow((A),(B))" memo="exponent"]
This calculator performs simple computations
<-- A (enter a number)
<-- B (enter a number)

A + B --> additionscore1=(A)+(B)
A - B --> subtractionscore2=(A)-(B)
A x B --> multiplicationscore3=(A)*(B)
A / B --> divisionscore4=(A)/(B)
A raised to the power of B --> exponentscore5=Math.pow((A),(B))

Result - Copy and paste this output:

Sandbox Metrics: Structured Data Index 0, 6 form elements, 40 boilerplate words, 1 text boxes, 5 calculations, 1 total clicks
Questions/General site feedback · Help Ticket

Send Feedback for this SOAPnote

This site uses Akismet to reduce spam. Learn how your comment data is processed.

More SOAPnotes by this Author: