name: basic-math description: Add or multiply numbers.
Use this skill when you need a quick sum or product of numbers.
Addition
To add two numbers, compute a + b.
Example: add(3, 5) returns 8.
Multiplication
To multiply two numbers, compute a * b.
Example: multiply(4, 7) returns 28.