ArcLengthFactor[{f_1, f_2, f_3}, t] gives the derivative of the arc length of the curve described by the parametrized curve coordinates {f_1, f_2, f_3} with respect to the ...
CCast
(SymbolicC Package Symbol) CCast[type, obj] is a symbolic representation of a cast of obj to type.
CDeclare[type, var] is a symbolic representation of a variable declaration.CDeclare[type, {var_1, ...}] declares a number of variables.
CPreprocessorIfdef[cond] is a symbolic representation of a preprocessor ifdef conditional.CPreprocessorIfdef[cond, true, false] represents the true and false cases.
CPreprocessorIf[cond] is a symbolic representation of a preprocessor if conditional.CPreprocessorIf[cond, true, false] represents the true and false cases.
CPreprocessorIfndef[cond] is a symbolic representation of a preprocessor ifndef conditional.CPreprocessorIfndef[cond, true, false] represents the true and false cases.
SymbolicC supports the various types of C operators. These are described in this section. First, you need to load the package. The following shows how to output to get infix ...
SetArithmetic[d] sets the number of digits of precision d to be used in ComputerNumber objects.SetArithmetic[d, b] sets the number of digits of precision d and the base b to ...
VarianceRatioCI[list_1, list_2] gives a confidence interval for the ratio of the population variances estimated from list_1 and from list_2.
ButcherPhi
(Numerical Differential Equation Analysis Package Symbol) ButcherPhi[tree, s] gives the weight of tree in an s-stage Runge\[Dash]Kutta method. ButcherPhi[tree] gives the weight of tree in stage-independent tensor notation.