farey_mediant_path
Compute a path between two rational numbers using Farey sequence mediant operations, with configurable denominator limits for arithmetic applications.
Instructions
Find path through Farey sequence using mediant operations. (Domain: arithmetic, Category: farey_sequences)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start_p | Yes | ||
| start_q | Yes | ||
| end_p | Yes | ||
| end_q | Yes | ||
| max_denom | No |