Literals/Floating point: Difference between revisions

Content added Content deleted
m (→‎{{header|REXX}}: changed the formatting a bit. -- ~~~~)
m (→‎{{header|REXX}}: changed FORMAT to '''FORMAT'''. -- ~~~~)
Line 371: Line 371:
-4.78E-3
-4.78E-3
</pre>
</pre>
This particular invocation of FORMAT (above) with the fourth parameter
This particular invocation of '''FORMAT''' (above) with the fourth parameter
equal to 0 (zero) forces exponential notation.
equal to 0 (zero) forces exponential notation.


There are other options for the FORMAT built-in subroutine to force
There are other options for the '''FORMAT''' built-in subroutine to force
any number of digits before and/or after the decimal point.
any number of digits before and/or after the decimal point.