We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efcdde3 commit 8cb3581Copy full SHA for 8cb3581
src/power.rs
@@ -12,7 +12,7 @@ pub const WATT_KILOWATT_FACTOR: f64 = 1e-3;
12
pub const WATT_MILLIWATT_FACTOR: f64 = 1e3;
13
/// Number of µW in a W
14
pub const WATT_MICROWATT_FACTOR: f64 = 1e6;
15
-/// Number of pferdstarken (PS) in a W
+/// Number of Pferdestärken (PS, horsepower) in a W
16
pub const WATT_PS_FACTOR: f64 = 1.0 / 735.499;
17
18
/// The `Power` struct can be used to deal with energies in a common way.
0 commit comments