Legacy Documentation

Mathematica® Teacher's Edition (2002)

This is documentation for an obsolete product.
Current products and services
 Documentation /  Mathematica Teacher's Edition /  Built-in Functions /  Input and Output /  Number Formatting /

BaseForm

FilledSmallSquare BaseForm[expr, n] prints with the numbers in expr given in base n.

FilledSmallSquare The maximum allowed base is 36. For bases larger than 10, additional digits are chosen from the letters a-z.
FilledSmallSquare You can enter a number in an arbitrary base using base^^digits.
FilledSmallSquare When a number in an arbitrary base is given in scientific notation, the exponent is still given in base 10.
FilledSmallSquare BaseForm acts as a "wrapper", which affects printing, but not evaluation.
FilledSmallSquare See The Mathematica Book on the web: Section 2.8.7 and Section 3.1.3.
FilledSmallSquare See also: IntegerDigits, RealDigits.