calculate_speed_distance_time
Calculate speed, distance, or time by providing any two of the three values. Enter speed in km/h, distance in km, or time in minutes to compute the missing measurement.
Instructions
Solve speed/distance/time — provide any 2 of 3 values to compute the missing one. Returns: {error}. See list_bundles for related 'sport' calculators.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| speed | No | Speed in km/h | |
| distance | No | Distance in kilometers | |
| time_minutes | No | Time in minutes |
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. |