mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-03 20:34:26 +02:00
style: whitespace removed
This commit is contained in:
@@ -255,7 +255,7 @@ this is what Richard Smith said about this issue:
|
|||||||
an `int` if it produces a dimensionless quantity for `10 s * 5 GHz`, but it could equally
|
an `int` if it produces a dimensionless quantity for `10 s * 5 GHz`, but it could equally
|
||||||
produce `50 G * 2 uW = 100 kW` without any overflow, and presumably would if the terms were merely
|
produce `50 G * 2 uW = 100 kW` without any overflow, and presumably would if the terms were merely
|
||||||
reordered.
|
reordered.
|
||||||
|
|
||||||
If people want to use integer-valued quantities, I think it's fundamental that you need
|
If people want to use integer-valued quantities, I think it's fundamental that you need
|
||||||
to know what the units of the result of an operation will be, and take that into account in how you
|
to know what the units of the result of an operation will be, and take that into account in how you
|
||||||
express computations; the simplest rule for heterogeneous operators like `*` or `/` seems to be that
|
express computations; the simplest rule for heterogeneous operators like `*` or `/` seems to be that
|
||||||
|
Reference in New Issue
Block a user