|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "math_helpers.h"
Go to the source code of this file.
Macros | |
| #define | _CRTBLD |
| #define | HAS_ATANF |
Functions | |
| void | Test_atan_exact (void) |
| void | Test_atan_approx (void) |
| void | Test_atanf_exact (void) |
| void | Test_atanf_approx (void) |
| START_TEST (atan) | |
Variables | |
| static TESTENTRY_DBL | s_atan_exact_tests [] |
| static TESTENTRY_DBL_APPROX | s_atan_approx_tests [] |
| static TESTENTRY_DBL | s_atanf_exact_tests [] |
| static TESTENTRY_DBL_APPROX | s_atanf_approx_tests [] |
| START_TEST | ( | atan | ) |
Definition at line 375 of file atan.c.
Definition at line 158 of file atan.c.
Referenced by START_TEST().
Definition at line 315 of file atan.c.
Referenced by START_TEST().
|
static |
Definition at line 54 of file atan.c.
Referenced by Test_atan_approx(), and Test_atanf_approx().
|
static |
Definition at line 25 of file atan.c.
Referenced by Test_atan_exact().
|
static |
Definition at line 207 of file atan.c.
Referenced by Test_atanf_approx().
|
static |
Definition at line 175 of file atan.c.
Referenced by Test_atanf_exact().