Skip to main content
Version: Next

number_chars/2

Description

number_chars/2 is a predicate that converts between a number and a list of characters.

Signature

number_chars(?Number, ?Chars)

Where:

  • Number is the number.
  • Chars is a list of characters representing the number.