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 /  System Interface /  External Commands /  Memory Usage /

LeafCount

FilledSmallSquare LeafCount[expr] gives the total number of indivisible subexpressions in expr.

FilledSmallSquare LeafCount gives a measure of the total "size" of an expression.
FilledSmallSquare LeafCount counts the number of subexpressions in expr which correspond to "leaves" on the expression tree.
FilledSmallSquare Example: LeafCount[1 + a + b^2]LongRightArrow.
FilledSmallSquare LeafCount is based on FullForm representation of expressions.
FilledSmallSquare Numbers with heads Rational and Complex are treated as composite objects, just as in FullForm.
FilledSmallSquare See The Mathematica Book on the web: Section 2.13.4.
FilledSmallSquare See also: ByteCount, Length, AtomQ.