30 #include <gtest/gtest.h> 123 int main(
int argc,
char **argv)
125 testing::InitGoogleTest(&argc, argv);
127 return RUN_ALL_TESTS();
static const long double _half_pi
double UpToNearest(double value, double multiple)
double ToNearest(double value, double multiple)
TEST(MathUtilTests, Round)
bool IsNear(double v1, double v2, double epsilon)
int main(int argc, char **argv)
double Round(double value)
static const long double _2pi
static const long double _pi