Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Symbolic Representation of C Code >

CDefine

CDefine[def]
is a symbolic representation of a preprocessor define.
  • SymbolicC expressions are inert; they evaluate to themselves, staying in an unevaluated form.
  • SymbolicC expressions can be converted into a C string with ToCCodeString.
This creates a preprocessor define directive:
In[1]:=
Click for copyable input
This creates a preprocessor define directive:
In[2]:=
Click for copyable input
Out[2]=
You can generate C preprocessor statements to define numeric constants as computed by Mathematica:
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team
Format:   HTML  |  CDF