calculator-groupize-number

calculator-groupize-number is a compiled Lisp function in `calculator.el'.

(calculator-groupize-number STR N SEP &optional FROMLEFT)

Return the input string STR with occurrences of SEP that separate
every N characters starting from the right, or from the left if
FROMLEFT is true.