Mathematica 9 is now available

Documentation / Mathematica / Built-in Functions / Programming / Attributes /

NumericFunction

FilledSmallSquare NumericFunction is an attribute that can be assigned to a symbol f to indicate that f[, , ... ] should be considered a numeric quantity whenever all the are numeric quantities.

FilledSmallSquare Most standard built-in mathematical functions have the attribute NumericFunction.

FilledSmallSquare NumericQ checks the NumericFunction attribute of every function it encounters.

FilledSmallSquare If you assign the attribute NumericFunction to a function that does not yield numerical values, then NumericQ will give misleading results.

FilledSmallSquare See Section 2.6.3 and Section 3.1.2.

FilledSmallSquare See also: NumericQ, NHoldAll.

FilledSmallSquare New in Version 3.

Further Examples



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.