mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-03 12:24:26 +02:00
docs: reference to dimension of speed fixed in "Derived Unnamed Units" chapter
This commit is contained in:
@@ -146,7 +146,7 @@ where ``kilogram_metre_per_second`` is defined as::
|
|||||||
struct kilogram_metre_per_second : unit<kilogram_metre_per_second> {};
|
struct kilogram_metre_per_second : unit<kilogram_metre_per_second> {};
|
||||||
|
|
||||||
However, the easiest way to define momentum is just to use the
|
However, the easiest way to define momentum is just to use the
|
||||||
``si::speed`` derived dimension in the recipe:
|
``si::dim_speed`` derived dimension in the recipe:
|
||||||
|
|
||||||
.. code-block::
|
.. code-block::
|
||||||
:emphasize-lines: 3
|
:emphasize-lines: 3
|
||||||
|
Reference in New Issue
Block a user