| 140 | |
| 141 | |
| 142 | void setMaxNumReportedSigFigs(int numSigFigs) { |
| 143 | validate_envIsInit(__func__); |
| 144 | validate_newMaxNumReportedSigFigs(numSigFigs, __func__); |
| 145 | |
| 146 | printer_setMaxNumPrintedSigFig(numSigFigs); |
| 147 | } |
| 148 | |
| 149 | |
| 150 | void setNumReportedNewlines(int numNewlines) { |
no test coverage detected