|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "math_helpers.h"
Go to the source code of this file.
Macros | |
| #define | _CRTBLD |
| #define | HAS_TANF |
Functions | |
| void | Test_tan_exact (void) |
| void | Test_tan_approx (void) |
| void | Test_tanf_exact (void) |
| void | Test_tanf_approx (void) |
| START_TEST (tan) | |
Variables | |
| static TESTENTRY_DBL | s_tan_exact_tests [] |
| static TESTENTRY_DBL_APPROX | s_tan_approx_tests [] |
| static TESTENTRY_DBL | s_tanf_exact_tests [] |
| static TESTENTRY_DBL_APPROX | s_tanf_approx_tests [] |
| START_TEST | ( | tan | ) |
Definition at line 391 of file tan.c.
Definition at line 169 of file tan.c.
Referenced by START_TEST().
Definition at line 331 of file tan.c.
Referenced by START_TEST().
|
static |
Definition at line 54 of file tan.c.
Referenced by Test_tan_approx(), and Test_tanf_approx().
|
static |
Definition at line 25 of file tan.c.
Referenced by Test_tan_exact().
|
static |
Definition at line 218 of file tan.c.
Referenced by Test_tanf_approx().
|
static |
Definition at line 186 of file tan.c.
Referenced by Test_tanf_exact().