New in Wolfram
Mathematica
8: SymbolicC
◄
previous
|
next
►
Software Development
Support for Standard Math Operators
SymbolicC has built-in support for all standard math operators.
In[1]:=
X
Needs["SymbolicC`"] Grid@Partition[ ToCCodeString@CStandardMathOperator[#, x] & /@ {ArcCos, ArcSin, ArcTan, Ceiling, Cos, Cosh, Exp, Abs, Floor, "frexp", "ldexp", Log, "log10", Sin, Sinh, Sqrt, Tan, Tanh}, 4]
Out[1]=