Commit 75686a8f by Eric Fiselier

remove forward declarations

parent 60e26b70
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment