Basic two-dimensional graphics elements. Here is a line primitive. This shows the line as a two-dimensional graphics object.
BezierFunction[{pt_1, pt_2, ...}] represents a Bézier function for a curve defined by the control points pt_i.BezierFunction[array] represents a Bézier function for a surface ...
Chop
(Built-in Mathematica Symbol) Chop[expr] replaces approximate real numbers in expr that are close to zero by the exact integer 0.
Coefficient[expr, form] gives the coefficient of form in the polynomial expr. Coefficient[expr, form, n] gives the coefficient of form^n in expr.
Exponent[expr, form] gives the maximum power with which form appears in the expanded form of expr. Exponent[expr, form, h] applies h to the set of exponents with which form ...
PlotStyle is an option for plotting and related functions that specifies styles in which objects are to be drawn.
CUDAMemoryCopyToDevice[mem] force copies CUDAMemory from the CPU to the GPU.
OpenCLMemoryCopyToDevice[mem] force copies OpenCLMemory from the CPU to the GPU.
TetGenConvexHull[points] generates a convex hull for a 3D point set.
ExtendedGCD[n_1, n_2, ...] gives the extended greatest common divisor of the integers n_i.