Page MenuHomec4science

Utility.hpp
No OneTemporary

File Metadata

Created
Sun, Oct 13, 00:52

Utility.hpp

#ifndef UTILITY_HPP
#define UTILITY_HPP
/*!
* \brief Round a value to the given number of decimal places.
* \param x the value to round.
* \param n the number of decimal places to keep.
* \return the rounded value.
*/
double round(double x, int n) ;
#endif // UTILITY_HPP

Event Timeline