- Fixed behaviour of
Gauge
with positive numbers: the previous behaviour was the same asGaugeDelta
(FGauge
already had the correct behaviour) - Added more tests
- Small optimisation: replace string formatting with concatenation (thanks to @agnivade)
Gauge
with positive numbers: the previous behaviour was the same as GaugeDelta
(FGauge
already had the correct behaviour)