add
Calculates the sum of two finite numbers. Supports integers, decimals, and negative numbers for quick arithmetic.
Instructions
Add two finite numbers: a + b.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | ||
| b | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |