#include <gtest/gtest.h>
#include <swri_math_util/constants.h>
#include <swri_math_util/math_util.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
TEST (MathUtilTests, Round) | |
TEST (MathUtilTests, ToNearest) | |
TEST (MathUtilTests, UpToNearest) | |
TEST (MathUtilTests, IsNear) | |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 123 of file test_math_util.cpp.
TEST | ( | MathUtilTests | , |
Round | |||
) |
Definition at line 35 of file test_math_util.cpp.
TEST | ( | MathUtilTests | , |
ToNearest | |||
) |
Definition at line 46 of file test_math_util.cpp.
TEST | ( | MathUtilTests | , |
UpToNearest | |||
) |
Definition at line 79 of file test_math_util.cpp.
TEST | ( | MathUtilTests | , |
IsNear | |||
) |
Definition at line 112 of file test_math_util.cpp.