Add
addCalculate the sum of any two real numbers. Provide both values as inputs to get their total.
Instructions
Add two numbers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | The first addend (any real number). | |
| b | Yes | The second addend (any real number). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |