Cldr Units v2.1.0 TestBackend.Cldr.Number.Formatter.Decimal View Source

Link to this section Summary

Functions

Formats a number according to a decimal format string

Link to this section Functions

Link to this function to_string(number, format, options) View Source
to_string(Math.number(), String.t(), Map.t()) ::
  {:ok, String.t()} | {:error, {atom(), String.t()}}

Formats a number according to a decimal format string.

Arguments