HELP POP_PR_EXPONENT                                      John Gibson, Feb 85

    <boolean> -> pop_pr_exponent;

If set to TRUE, the variable POP_PR_EXPONENT causes floating-point numbers
(decimals and ddecimals) to be printed in exponent form, e.g.

    true -> pop_pr_exponent;
    345.789 =>
    ** 3.45789e+2

Note that the exponent value specifies a power of the printing radix, e.g.

    2 -> pop_pr_radix;
    6.5 =>
    ** 1.101e+2

See also
HELP *NUMBERS   - for details of numbers and mathematical procedures
HELP *DECIMALS  - for the distinction between integers, decimals and ddecimals
HELP *SYS_SYSPR     - prints all data classes in standard format
HELP *SYSPR         - on the workings of SYSPR, and how to alter them
HELP *POP_PR_PLACES - holds number of decimal places to which numbers printed
HELP *POP_PR_RADIX  - specifies radix to which numbers are printed
REF  *NUMBERS       - for more details of numerical operations in POP-11

--- C.all/help/pop_pr_exponent -----------------------------------------
--- Copyright University of Sussex 1987. All rights reserved. ----------
