Cone
(Built-in Mathematica Symbol) Cone[{{x_1, y_1, z_1}, {x_2, y_2, z_2}}, r] represents a cone with a base of radius r centered at (x_1, y_1, z_1) and a tip at (x_2, y_2, z_2). Cone[{{x_1, y_1, z_1}, {x_2, ...
Rectangle[{x_min, y_min}, {x_max, y_max}] is a two-dimensional graphics primitive that represents a filled rectangle, oriented parallel to the axes. Rectangle[{x_min, y_min}] ...
Rotate
(Built-in Mathematica Symbol) Rotate[g, \[Theta]] represents 2D graphics primitives or any other objects g rotated counterclockwise by \[Theta] radians about the center of their bounding box. Rotate[g, ...
Re
(Built-in Mathematica Symbol) Re[z] gives the real part of the complex number z.
KSubsetGroupIndex[g, s, x] returns the cycle index of the k-subset group on s expressed as a polynomial in x[1], x[2], .... This function also takes the optional argument ...
General
(Built-in Mathematica Symbol) General is a symbol to which general system messages are attached.
ImageSizeMultipliers is an option that specifies how much smaller to render graphics that appear within other constructs.
Unevaluated[expr] represents the unevaluated form of expr when it appears as the argument to a function.
mint const*MTensor_getDimensions (MTensor t) gets an array of the dimensions of an MTensor.
The functionality of NumericalMath`ListIntegrate` is now accessible by using the built-in Mathematica kernel functions Integrate and Interpolation.