ViewVector is an option for Graphics3D and related functions which specifies the position and direction of a simulated camera used to view three-dimensional objects.
$MaxPrecision gives the maximum number of digits of precision to be allowed in arbitrary-precision numbers.
$Path
(Built-in Mathematica Symbol) $Path gives the default list of directories to search in attempting to find an external file.
The following is the sequence of steps that Mathematica follows in evaluating an expression like h[e_1,e_2…]. Every time the expression changes, Mathematica effectively ...
GetJavaException[] returns the Java Exception object that was thrown in the most recent call from Mathematica to Java.
JavaLink[] returns the MathLink LinkObject that is used to communicate with the J/Link Java runtime.
JavaObject[] is used to denote an expression that refers to an object residing in Java.
LoadedJavaObjects[] returns a list of the Java objects that have been sent to Mathematica (and not yet released with ReleaseJavaObject).
SetField[obj@field, val] sets a value of an object field.
GetAssemblyObject[asm ] returns the .NET Assembly object corresponding to the specified NETAssembly expression asm.