defmodule SI.Multiplier.Centi do @moduledoc false use SI.Multiplier, name: "centi", symbol: :c, value: -2 end