CPointerMember[obj, mem] is a symbolic representation of access from a pointer to a struct.
CPointerType[type] is a symbolic representation of a type that is a pointer to a type.
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.
CTypedef[type, var] is a symbolic representation of a type declaration.
MicroscopicErrorPlot[f, {x, a}] plots the error incurred by using machine arithmetic to evaluate the expression f in a small neighborhood of a.MicroscopicErrorPlot[f, {x, a, ...
EconomizedRationalApproximation[expr, {x, {x_0, x_1}, m, n}] gives the economized rational approximation to expr that is good over the interval x_0 to x_1, with numerator ...
CDFInformation[expr] gives a list of properties relevant to a CDF deployed with the content expr.CDFInformation[notebook] gives usage properties for a CDF to be deployed from ...
FullDefinition[symbol] prints as the definitions given for symbol, and all symbols on which these depend.
MakeExpression[boxes, form] is the low-level function used in Mathematica sessions to construct expressions from boxes.