XPORT
(Mathematica Import/Export Format) MIME type: application/x-sas-xport SAS XPORT transport format. Legacy data exchange format. Stores numerical datasets in a portable format. Text format. Developed in the late ...
ZPR
(Mathematica Import/Export Format) ZPrint CAD format. Used with Z Corporation 3D printers. Native format of the ZEdit and ZPrint applications. Developed by Z Corporation. Stores a physical 3D model and color ...
MathKernel options starts the Mathematica kernel in Windows and Mac OS X.
mathlm
(Mathematica System Program) mathlm options starts MathLM, the Mathematica license manager.
AbsoluteDashing[{d_1, d_2, ...}] is a graphics directive which specifies that lines which follow are to be drawn dashed, with successive segments having absolute lengths d_1, ...
Accumulate[list] gives a list of the successive accumulated totals of elements in list.
AccuracyGoal is an option for various numerical operations which specifies how many effective digits of accuracy should be sought in the final result.
Accuracy[x] gives the effective number of digits to the right of the decimal point in the number x.
AffineTransform[m] gives a TransformationFunction that represents an affine transform that maps r to m.r. AffineTransform[{m, v}] gives an affine transform that maps r to m.r ...
AlgebraicIntegerQ[a] yields True if a is an algebraic integer, and yields False otherwise.