Tests the simple math implementations. More...
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
TEST (SimpleFunctionTests, sign) | |
TEST (SimpleFunctionTests, cube_root) | |
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 | , |
sign | |||
) |
Definition at line 18 of file simple.cpp.
TEST | ( | SimpleFunctionTests | , |
cube_root | |||
) |
Definition at line 33 of file simple.cpp.