calculate_braquet
Compute cycling gear ratio (braquet) and development per pedal turn for road cycling gear analysis. Enter chainring and sprocket teeth to get ratio and meters per pedal turn.
Instructions
Compute cycling gear ratio (braquet) and development per pedal turn. Use for road cycling gear analysis. Inputs: chainring teeth, sprocket teeth, wheel diameter mm. Returns ratio and meters per pedal turn. See list_bundles for related 'sport' calculators.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chainring_teeth | Yes | Number of teeth on the front chainring | |
| cog_teeth | Yes | Number of teeth on the rear cog |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Computed result. Object whose fields depend on the tool (e.g. {tax, marginal_rate, brackets} for tax tools, {volume_l, gallons} for volume tools). | |
| formula | No | Human-readable formula or method used (e.g. "I=P·r·t", "Magnus formula"). | |
| source | No | Authoritative source for the rule or formula (e.g. "Article 197 CGI", "NF DTU 21"). | |
| reference_url | No | Link to a calcul2 page documenting the calculation in detail. |