Magik.Formatter.format_thousand
You're seeing just the function
format_thousand
, go back to Magik.Formatter module for more information.
Link to this function
format_thousand(number, separator \\ ".")
Format number to thousand seperated string
Parameters
number
: integer numberseparator
: thousand separator character. Default is.
Example
iex> Magik.Formatter.format_thousand("1232321", ".")
1.232.321