Except
(Built-in Mathematica Symbol) Except[c] is a pattern object which represents any expression except one that matches c. Except[c, p] represents any expression that matches p but not c.
FromDigits[list] constructs an integer from the list of its decimal digits. FromDigits[list, b] takes the digits to be given in base b. FromDigits["string"] constructs an ...
VCF
(Mathematica Import/Export Format) MIME types: text/directory, text/x-vcard vCard personal data format. Commonly used in email and personal information management applications and on mobile devices. Standard ...
LibraryFunctionUnload[fun] unloads a LibraryFunction so that it cannot be used.
N
(Built-in Mathematica Symbol) N[expr] gives the numerical value of expr. N[expr, n] attempts to give a result with n-digit precision.
$MaxExtraPrecision gives the maximum number of extra digits of precision to be used in functions such as N.
Unicode: F39E. Alias: Esc + Esc. Infix operator with built-in evaluation rules. Used in entering mixed fractions. x Esc + Esc y is interpreted as x+y, but Esc + Esc has ...
VCS
(Mathematica Import/Export Format) MIME types: text/calendar VCS vCalendar format. Used for the storage and exchange of calendar information and in personal information management applications. Superseded by ...
Expressions in Mathematica can be represented as strings in a variety of ways, for display, export, or processing. Mathematica provides powerful functions for formatting ...
RegularExpression["regex"] represents the generalized regular expression specified by the string " regex".