Fraction calculator
fraction_calculatorExact arithmetic on two fractions (a/b op c/d), reduced to lowest terms. op is one of + - * /. Runs on smart-tools.xyz.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | Numerator of first fraction (integer) | |
| b | Yes | Denominator of first fraction (integer) | |
| c | Yes | Numerator of second fraction (integer) | |
| d | Yes | Denominator of second fraction (integer) | |
| locale | No | Language for the source_url link (default en) | |
| operator | Yes | Operation |