Package de.dante.extex.interpreter.primitives.register.real

This package contains primitives for the manipulation of real registers.

See:
          Description

Class Summary
AbstractMath Abstract class for math primitives.
MathAbs Math.
MathACos Math.
MathAdd Math.
MathASin Math.
MathATan Math.
MathATanTwo Math.
MathCeil Math.
MathCos Math.
MathDiv Math.
MathE Math.
MathExp Math.
MathExpression Math.
MathFloor Math.
MathLog Math.
MathMax Math.
MathMin Math.
MathMul Math.
MathPi Math.
MathPow Math.
MathRandom Math.
MathRint Math.
MathRound Math.
MathSin Math.
MathSqrt Math.
MathSub Math.
MathTan Math.
MathToDegrees Math.
MathToRadians Math.
NamedReal This class provides an implementation for the real valued primitives.
NumberedReal This class provides an implementation for the primitive \real.
RealDef This class provides an implementation for the primitive \realdef.
 

Package de.dante.extex.interpreter.primitives.register.real Description

This package contains primitives for the manipulation of real registers. Registers are the primary means to store parameters which influence the behavior of ExTeX as well as variables used in macro programming. The name of the registers can be a name or an number.

Author:
Michael Niedermair