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 >

CStandardMathOperator


is a symbolic representation of a standard math operator.
  • SymbolicC expressions are inert; they evaluate to themselves, staying in an unevaluated form.
  • SymbolicC expressions can be converted into a C string with ToCCodeString.
  • The following Mathematica functions map into C operators.
ArcCosacos
ArcSinasin
ArcTanatan
ArcTan (2 arguments)atan2
Ceilingceil
Coscos
Coshcosh
Expexp
Absfabs
Floorfloor
"frexp"frexp
"ldexp"ldexp
Loglog
"log10"log10
"modf"modf
Powerpow
Sinsin
Sinhsinh
Sqrtsqrt
Tantan
Tanhtanh
To use SymbolicC you first need to load the package:
This generates a call to the standard math library cosine function:
This generates a call to the standard math library arc tangent function for two arguments:
To use SymbolicC you first need to load the package:
In[1]:=
Click for copyable input
This generates a call to the standard math library cosine function:
In[2]:=
Click for copyable input
Out[2]=
This generates a call to the standard math library arc tangent function for two arguments:
In[3]:=
Click for copyable input
Out[3]=
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team
Format:   HTML  |  CDF