Circle
(Built-in Mathematica Symbol) Circle[{x, y}, r] is a two-dimensional graphics primitive that represents a circle of radius r centered at the point x, y. Circle[{x, y}] gives a circle of radius 1. ...
Mathematica provides high-performance reading and writing of binary data, to both files and pipes. A convenient symbolic format representation makes it straightforward to ...
$MachineAddresses gives a list of strings specifying the current IP addresses associated with the computer on which Mathematica is being run.
$MachineDomains is a list of strings giving the names of the current network domains associated with the computer on which Mathematica is being run.
$SystemWordLength gives the effective number of bits in raw machine words on the computer system where Mathematica is running.
LaTeX
(Mathematica Import/Export Format) MIME type: application/x-tex LaTeX typesetting system and programming language. Commonly used for typesetting mathematical and scientific publications. Plain text format. ...
SlideView[{expr_1, expr_2, ...}] represents an object in which the expr_i are set up to be displayed on successive slides. SlideView[{expr_1, expr_2, ...}, i] makes the ...
CreateLibrary[source, name] compiles a string of C code and creates a library file, name.ext.CreateLibrary[{file 1, ...}, name] compiles a number of C source files and ...
AbsoluteThickness[d] is a graphics directive which specifies that lines which follow are to be drawn with absolute thickness d.
Save Selection As saves the selection in a file with the specified file format.