Stellate
(Polyhedron Operations Package Symbol) Stellate[expr] replaces each polygon in graphics expression expr by a pyramid, with the polygon as its base.Stellate[expr, ratio] uses a stellation ratio ratio.
FromSymbolicXML[expr] converts a SymbolicXML expression expr to a more native format, if one is available.
DirichletDistribution[{\[Alpha]_1, ..., \[Alpha] k +1}] represents a Dirichlet distribution of dimension k with shape parameters \[Alpha]_i.
TableSpacing is an option for TableForm and MatrixForm which specifies how many spaces should be left between each successive row or column.
Ways to enter Greek letters in a notebook. Here is a palette for entering common Greek letters. You can use Greek letters just like the ordinary letters that you type on your ...
CUDAColorNegate[image] performs color negation on image.CUDAColorNegate[list] performs color negation on list.CUDAColorNegate[mem] performs color negation on memory ...
SQLConnection[...] is an object that represents a connection to a data source.
SQLDelete[conn, table] deletes the data in a table in an SQL connection.SQLDelete[conn, table, cond] deletes data that matches cond.
SQLResultSetPosition[rs] returns an integer that specifies the current position in a result set.
SQLUpdate[conn, table, cols, data] updates data in a table in an SQL connection.