Skip to content

Commit

Permalink
Use digit separator.
Browse files Browse the repository at this point in the history
  • Loading branch information
hellow554 authored and iliekturtles committed Jan 27, 2024
1 parent 499b3c3 commit 0933755
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/si/electric_permittivity.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ quantity! {
Z0>; // luminous intensity
units {
@farad_per_meter: prefix!(none); "F/m", "farad per meter", "farads per meter";
@vacuum_electric_permittivity: 8.854_187_8128_E-12; "ε₀", "vacuum electric permittivity",
@vacuum_electric_permittivity: 8.854_187_812_8_E-12; "ε₀", "vacuum electric permittivity",
"vacuum electric permittivity";
}
}
Expand Down
4 changes: 2 additions & 2 deletions src/si/magnetic_moment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ quantity! {
"statA · cm²", "statampere square centimeter", "statampere square centimeters";
@erg_per_gauss: 1.0_E-7 / 1.0_E-4; "erg/G", "erg per gauss", "ergs per gauss";

@bohr_magneton: 9.274_010_0783_E-24; "µ(Bohr)", "Bohr magneton", "Bohr magnetons";
@nuclear_magneton: 5.050_783_7461_E-27; "μ(Nuclear)", "nuclear magneton",
@bohr_magneton: 9.274_010_078_3_E-24; "µ(Bohr)", "Bohr magneton", "Bohr magnetons";
@nuclear_magneton: 5.050_783_746_1_E-27; "μ(Nuclear)", "nuclear magneton",
"nuclear magnetons";
@atomic_unit_of_magnetic_dipole_moment: 1.854_802_015_66_E-23; "ħ · e/mₑ",
"atomic unit of magnetic dipole moment", " atomic units of magnetic dipole moment";
Expand Down
2 changes: 1 addition & 1 deletion src/si/mass_rate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ quantity! {
/// Ton per minute, metric.
@ton_per_minute: 1.666_666_666_666_666_6_E1; "t/min", "ton per minute", "tons per minute";
/// Ton per hour, metric.
@ton_per_hour: 2.777777777777778_E-1; "t/h", "ton per hour", "tons per hour";
@ton_per_hour: 2.777_777_777_777_778_E-1; "t/h", "ton per hour", "tons per hour";
/// Ton per day, metric.
@ton_per_day: 1.157_407_407_407_407_4_E-2; "t/d", "ton per day", "tons per day";
}
Expand Down

0 comments on commit 0933755

Please sign in to comment.