ReadList["file"] reads all the remaining expressions in a file and returns a list of them. ReadList["file", type] reads objects of the specified type from a file, until the ...
RuntimeAttributes is an option for Compile that specifies attributes for the compiled function it creates.
Sec
(Built-in Mathematica Symbol) Sec[z] gives the secant of z.
StringReplacePart["string", " snew", {m, n}] replaces the characters at positions m through n in " string" by " snew". StringReplacePart["string", " snew", {{m_1, n_1}, {m_2, ...
WeierstrassHalfPeriods[{g_2, g_3}] gives the half-periods {\[Omega], \[Omega]^\[Prime]} for Weierstrass elliptic functions corresponding to the invariants {g_2, g_3}.
ZetaZero[k] represents the k\[Null]^th zero of the Riemann zeta function on the critical line.ZetaZero[k, t] represents the k\[Null]^th zero with imaginary part greater than ...
$MaxExtraPrecision gives the maximum number of extra digits of precision to be used in functions such as N.
In many cases, you will find it convenient to communicate with external programs at a high level, and to exchange structured data with them. On almost all computer systems, ...
One of the most important features of Mathematica is that it is an extensible system. There is a certain amount of mathematical and other functionality that is built into ...
$LibraryError returns the system-dependent error message from loading a library, or None if there was no error.