Skip to content

IntegerString

The string representation of n in the given base (default 10).

Wolfram LanguageIntegerString!
IntegerString(n)string form of in base 10.
IntegerString(n, base)string form of in the given base, up to base 36.

Domain: Number theory

Details
  • Bases above 10 use letters a-z for digit values beyond 9, up to base 36.
  • compute-engine keeps a leading minus sign for negative n
  • compute-engine only supports the 2-argument form.
  • compute-engine's second argument is always a numeric base.

Examples

See also: IntegerDigits