-fmaxp / -nofmaxp

Determines whether to use floating-point precision for trigonomic built-in functions or to use standard PL/I conversion rules to determine precision.

Syntax

-fmaxp
-nofmaxp

Behavior

-fmaxp
Causes floating-point precision to be used for the trigonometric built-ins and for the following arithmetic built-in functions:
  • EXP
  • LOG
  • LOG10
  • LOG2
  • SQRT
-nofmaxp
Use standard PL/I conversion rules to determine the precision of trigonometric and the above-named arithmetic built-ins.

Default

-nofmaxp