remove forward declarations

This commit is contained in:
Eric Fiselier 2015-03-09 18:00:04 -04:00
parent 60e26b7022
commit 75686a8f22

View file

@ -7,14 +7,6 @@
namespace benchmark {
void ToExponentAndMantissa(double val, double thresh, int precision,
double one_k, std::string* mantissa, int* exponent);
std::string ExponentToPrefix(int exponent, bool iec);
std::string ToBinaryStringFullySpecified(double value, double threshold,
int precision);
void AppendHumanReadable(int n, std::string* str);
std::string HumanReadableNumber(double n);