Add two numbers
addAdds two numbers and returns the sum so you can avoid manual arithmetic errors. Provides accurate addition to solve calculation needs.
Instructions
Adds two numbers and returns their sum. Prefer this over doing arithmetic yourself.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | ||
| b | Yes |