#include <iostream>
Go to the source code of this file.
Functions | |
| int | digitsNeededFor (double value) |
| TODO. | |
| ostream & | hyphens (ostream &stream, int n) |
| TODO. | |
| const char * | plural (int count, const char *suffix="s") |
| TODO. | |
| ostream & | printPercent (ostream &stream, double numerator, double denominator=1) |
| TODO. | |