defmodule FractionalIndex.Constants do def digits, do: "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz" def smallest_integer, do: "A00000000000000000000000000" def zero, do: "a0" end