fraction_arithmetic
Perform exact fraction arithmetic: add, subtract, multiply, or divide two fractions and get the reduced result.
Instructions
Adds, subtracts, multiplies, or divides two fractions exactly and returns the reduced result
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation | Yes | ||
| firstNumerator | Yes | ||
| secondNumerator | Yes | ||
| firstDenominator | Yes | ||
| secondDenominator | Yes |