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 \\ ".")

View Source

Format number to thousand seperated string

Parameters

  • number: integer number
  • separator: thousand separator character. Default is .

Example

iex> Magik.Formatter.format_thousand("1232321", ".")
1.232.321