Skip to content

Commit

Permalink
refactor(safety): fix placement of comma
Browse files Browse the repository at this point in the history
Co-authored-by: Mateusz Pusz <[email protected]>
  • Loading branch information
JohelEGP and mpusz authored Oct 15, 2023
1 parent beb1311 commit 9912e4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ In `std::chrono::duration`, the magnitude of a unit is always expressed with `st
not enough for a general-purpose physical units library. Some of the derived units have huge
or tiny ratios. The difference from the base units is so huge that it cannot be expressed with
`std::ratio`, which is implemented in terms of `std::intmax_t`. This makes it impossible to define
units like electronvolt, (eV) where 1 eV = 1.602176634×10<sup>−19</sup> J, or Dalton, where
units like electronvolt (eV), where 1 eV = 1.602176634×10<sup>−19</sup> J, or Dalton (Da), where
1 Da = 1.660539040(20)×10<sup>−27</sup> kg. Moreover, some conversions, such as radian to a degree,
require a conversion factor based on an irrational number like pi.

Expand Down

0 comments on commit 9912e4a

Please sign in to comment.