SplineClosed is an option for B-spline functions and graphics primitives that specifies whether spline curves or surfaces should be closed.
SplineDegree is an option for spline functions and graphics primitives that specifies the degree of polynomial basis to use.
SplineKnots is an option for B-spline functions and graphics primitives that specifies the positions of knots.
SplineWeights is an option for B-spline functions and graphics primitives that specifies weights of control points.
SplitBy
(Built-in Mathematica Symbol) SplitBy[list, f] splits list into sublists consisting of runs of successive elements that give the same value when f is applied.SplitBy[list, {f_1, f_2, ...}] recursively ...
Split
(Built-in Mathematica Symbol) Split[list] splits list into sublists consisting of runs of identical elements. Split[list, test] treats pairs of adjacent elements as identical whenever applying the ...
SpokenString[expr] gives a string of text corresponding to a spoken representation of the expression expr.
SqrtBox
(Built-in Mathematica Symbol) SqrtBox[x] is a low-level box construct that represents the displayed object Sqrt[x] in notebook expressions.
Sqrt
(Built-in Mathematica Symbol) Sqrt[z] or Sqrt[z] gives the square root of z.
SquaredEuclideanDistance[u, v] gives the squared Euclidean distance between vectors u and v.