Closed olbrich closed 2 months ago
Fixes #335
Allows Formatting of units in exponential form (e.g., '1 m*s^-2' instead of '1 m/s^2').
Also introduces a configuration that allows this to be globally enabled.
RubyUnits.configure do |config| config.format = :exponential end
Fixes #335
Allows Formatting of units in exponential form (e.g., '1 m*s^-2' instead of '1 m/s^2').
Also introduces a configuration that allows this to be globally enabled.