$search
Tests the simple math implementations. More...
#include <gtest/gtest.h>
#include "../../include/ecl/math/simple.hpp"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
TEST (SimpleFunctionTests, cube_root) | |
TEST (SimpleFunctionTests, sign) |
Tests the simple math implementations.
Definition in file simple.cpp.
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 42 of file simple.cpp.
TEST | ( | SimpleFunctionTests | , | |
cube_root | ||||
) |
Definition at line 33 of file simple.cpp.
TEST | ( | SimpleFunctionTests | , | |
sign | ||||
) |
Definition at line 18 of file simple.cpp.