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 /  Data Reading Options /

Real

FilledSmallSquare Real is the head used for real (floating-point) numbers.

FilledSmallSquare _Real can be used to stand for a real number in a pattern.
FilledSmallSquare You can enter a floating-point number of any length.
FilledSmallSquare You can enter a number in scientific notation by using the form mantissa*^exponent.
FilledSmallSquare You can enter a floating-point number in base b using b^^digits. The base must be less than 36. The letters a-z or A-Z are used in sequence to stand for digits 10 through 35.
FilledSmallSquare Real is also used to indicate an approximate real number in Read.
FilledSmallSquare See The Mathematica Book on the web: Section 2.11.8 and Section 3.1.1.
FilledSmallSquare See also: RealDigits, BaseForm, Number, Reals.