Formats a value as a currency string using the given localeand symbol.
minimumFractionDigits and maximumFractionDigits can be used to specify
the minimum and maximum number of decimal places to display.
Formats a value as a decimal string using the given locale and
pattern.
minimumFractionDigits and maximumFractionDigits can be used to specify
the minimum and maximum number of decimal places to display.
Formats a value as a percentage string using the given locale and
pattern. minimumFractionDigits and maximumFractionDigits can be used
to specify the minimum and maximum number of decimal places to display.
Checks if the input number is a "double integer", i.e., a double value
that represents an integer value.
Returns true if the input number is a double integer, false otherwise.