xo-unit: + gigatonne unit
This commit is contained in:
parent
e6ccd09ad7
commit
a3c6ef6d33
3 changed files with 4 additions and 0 deletions
|
|
@ -64,6 +64,7 @@ namespace xo {
|
|||
constexpr basis_unit tonne = basis_unit(dim::mass, scalefactor_ratio_type( 1000000, 1));
|
||||
constexpr basis_unit kilotonne = basis_unit(dim::mass, scalefactor_ratio_type( 1000000000, 1));
|
||||
constexpr basis_unit megatonne = basis_unit(dim::mass, scalefactor_ratio_type(1000000000000, 1));
|
||||
constexpr basis_unit gigatonne = basis_unit(dim::mass, scalefactor_ratio_type(1000000000000000, 1));
|
||||
|
||||
// ----- distance -----
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue