DOCUMENTATION CENTER SEARCH
Mathematica
>
Built-in
Mathematica
Symbol
Options for Graphics
Compiling Mathematica Expressions
Tutorials »
|
FindFit
FindMaximum
FindMinimum
FindRoot
NDSolve
NIntegrate
NProduct
NSum
Play
See Also »
Compiled
Compiled
is an option for various numerical and plotting functions which specifies whether the expressions they work with should automatically be compiled.
MORE INFORMATION
Compiled->
True
automatically creates compiled functions.
You should set
Compiled->
False
if you need to use high-precision numbers.
EXAMPLES
CLOSE ALL
Basic Examples
(1)
In rare occasions, machine-number compilation may produce unexpected results:
In[1]:=
Out[1]=
Here, the optimization of treating machine underflow as zero affects the function:
In[2]:=
Out[2]=
Use
Compiled->
False
to prevent this:
In[3]:=
Out[3]=
In[4]:=
Out[4]=
SEE ALSO
FindFit
FindMaximum
FindMinimum
FindRoot
NDSolve
NIntegrate
NProduct
NSum
Play
TUTORIALS
Options for Graphics
Compiling
Mathematica
Expressions
New in 2
© 2008 Wolfram Research, Inc.