Cldr Numbers v2.9.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 Sourceshort_format_styles() :: :currency_short | :currency_long | :decimal_short | :decimal_long
Link to this type
t()
View Sourcet() :: %Cldr.Number.Format.Options{
currency: term(),
currency_digits: term(),
currency_spacing: term(),
currency_symbol: 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
validate_options(number, backend, options)
View Sourcevalidate_options(Cldr.Math.number_or_decimal(), Cldr.backend(), [ {atom(), term()} ]) :: {:ok, t()} | {:error, {module(), String.t()}}