SplineDegree is an option for spline functions and graphics primitives that specifies the degree of polynomial basis to use.
s_1 ~~ s_2 ~~ ... or StringExpression[s_1, s_2, ...] represents a sequence of strings and symbolic string objects s_i.
StringQ
(Built-in Mathematica Symbol) StringQ[expr] gives True if expr is a string, and False otherwise.
With <<, you can read files that contain Mathematica expressions given in input form. Sometimes, however, you may instead need to read files of data in other formats. For ...
Mathematica has three functions for generating pseudorandom numbers that are distributed uniformly over a range of values. Pseudorandom number generation. Generating tables ...
Extrapolation methods are a class of arbitrary-order methods with automatic order and step-size control. The error estimate comes from computing a solution over an interval ...
SQLArgument[arg1, arg2, ...] holds a sequence of arguments to an SQL query.
Byte
(Mathematica Import/Export Format) Sequence of bytes. Raw binary format. Equivalent to the UnsignedInteger8 format.
Real128
(Mathematica Import/Export Format) Uniform sequence of IEEE quad-precision numbers. Binary data format.
Sequence of unsigned 32-bit integers. Raw binary format. Equivalent to the Byte format.