FactDev
0.1
Main Page
Related Pages
Namespaces
Classes
Files
File List
double.h
1
#ifndef DOUBLE_H
2
#define DOUBLE_H
3
#include <math.h>
4
5
namespace
Utils {
6
class
Double
7
{
8
public
:
9
static
double
round
(
double
n,
unsigned
int
d);
10
};
11
}
12
#endif // DOUBLE_H
Utils::Double::round
static double round(double n, unsigned int d)
round Roud a double value to d decimals
Definition:
double.cpp:3
travis
build
FACT-Team
FactDev
tests
utils
double.h
Generated on Sun Oct 11 2015 15:51:54 for FactDev by
1.8.6