Package pmp.macro.math

This package contains classes for builtin macros of PMP:macroprocessor for mathematical operations.

See:
          Description

Class Summary
Const Mathematical constants.
Dec Returns given integer decremented by one.
Eval Evaluates given expression.
IfNotZero Evaluates given expression and returns the second parameter if expression is not zero.
Inc Returns given macro asinteger and incremented its content by one.
Max Returns maximal value found among the parameters.
Min Returns lowest value found among the parameters.
Random Returns random number.
Tools Tools for mathematical macros.
 

Enum Summary
Eval.Function This enumerated type handles function calling.
 

Package pmp.macro.math Description

This package contains classes for builtin macros of PMP:macroprocessor for mathematical operations.