divide
Perform precise division of two numbers or fractions with 64-bit floating point accuracy. Use this tool for mathematical computations requiring exact results, suitable for AI-driven calculations.
Instructions
Divides two numbers with 64 bit floating point precision and returns a 64 bit float. For example, dividing 10 by 2 would return 5.0. You can also use fractions if you want to, like 1/2 for number_1 and 1/3 for number_2.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
number_1 | Yes | ||
number_2 | Yes |