File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -374,7 +374,7 @@ double speed_value = (100 * km / h).force_numerical_value_in(m / s); // 27 (2)
374374 // quantity<si::metre, int> invalid = 1.5 * m; // ✗ Error: double → int needs explicit cast
375375 ```
376376
377- === "Affine Space Safety"
377+ === "Mathematical Space Safety"
378378
379379 Distinguishes absolute points from relative differences (vectors):
380380
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ quantity result = 1 * km + 2000 * m; // Result: 3000 m
9090
9191Try these in the editor above:
9292
93- 1 . ** Calculate fuel efficiency** : ` quantity fuel = 50 * l ; ` then ` total_distance / fuel ` (km/L)
93+ 1 . ** Calculate fuel efficiency** : ` quantity fuel = 50 * L ; ` then ` total_distance / fuel ` (km/L)
94942 . ** Multiple operations** : Try ` (trip1 + trip2) / (time * 2) `
95953 . ** Acceleration** : ` quantity velocity = 30 * m / s; quantity duration = 5 * s; ` then
9696 ` velocity / duration `
You can’t perform that action at this time.
0 commit comments