10*5
and then raise it to the power of 2
:
Function | Description |
---|---|
add | Adds two numbers and returns the result. |
subtract | Subtracts the second number from the first and returns the result. |
multiply | Multiplies two numbers and returns the result. |
divide | Divides the first number by the second and returns the result. Handles division by zero. |
exponentiate | Raises the first number to the power of the second number and returns the result. |
factorial | Calculates the factorial of a number and returns the result. Handles negative numbers. |
is_prime | Checks if a number is prime and returns the result. |
square_root | Calculates the square root of a number and returns the result. Handles negative numbers. |
include_tools
or exclude_tools
to modify the list of tools the agent has access to. Learn more about selecting tools.