Review of basic algebra, trigonometry, functions and graphs. Limits and derivatives, including differentiation rules, curve sketching and optimization problems. Implicit differentiation. Study of ...
Path A series of points joined by straight line segements. Bezier Curve A polynomial curve defined by a list of control points. The curve starts at the first control point and ends at the last one.
CREATE FUNCTION defines a new function. CREATE OR REPLACE FUNCTION will either create a new function, or replace an existing definition. To be able to define a function, the user must have the USAGE ...
Assorted math functions, including linear interpolation, list operations (sums, mean, products), convolution, quantization, log2, hyperbolic trig functions, random ...
Mathematical operators are provided for many PostgreSQL types. For types without standard mathematical conventions (e.g., date/time types) we describe the actual behavior in subsequent sections.