<< Prev | - Up - | Next >> |
print
Field | Mutable | Type | Explanation |
---|---|---|---|
| yes |
| Whether printing values includes verbose information on variables. Used for all printing routines. |
| yes |
| Maximal width used for |
| yes |
| Maximal depth used for |
| yes |
| Forces the scientific (with an exponent) representation of floats. By default floats are printed in the decimal notation unless the exponent of the scientific representation is smaller than -4 or larger or equal to the precision (the 'g' conversion by the 'fprintf' function in POSIX.1). |
| yes |
| Number of digits in the representation of floats, 5 by default. |
<< Prev | - Up - | Next >> |