PI Compute v0.2.1
Loading...
Searching...
No Matches
utils.hpp
1#ifndef UTILS_HPP
2#define UTILS_HPP
3
4#include <iostream>
5
6std::string formatNumber(double number);
7
8#endif /* UTILS_HPP */