Cldr Numbers v2.4.0 Cldr.Number.Format.Options View Source

Link to this section Summary

Link to this section Types

Link to this type

short_format_styles() View Source
short_format_styles() ::
  :currency_short | :currency_long | :decimal_short | :decimal_long

Link to this type

t() View Source
t() :: %Cldr.Number.Format.Options{
  currency: term(),
  currency_digits: term(),
  currency_spacing: term(),
  format: term(),
  fractional_digits: term(),
  locale: term(),
  minimum_grouping_digits: term(),
  number_system: term(),
  pattern: term(),
  rounding_mode: term(),
  symbols: term()
}

Link to this section Functions

Link to this function

short_format_styles() View Source
short_format_styles() :: short_format_styles()

Link to this function

validate_options(number, backend, options) View Source
validate_options(Cldr.Math.number_or_decimal(), Cldr.backend(), [
  {atom(), term()},
  ...
]) :: t()

Link to this function

validate_other_format(other_type, backend, options) View Source