|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <math_helpers.h>

Public Attributes | |
| double | x |
| PRECISE_VALUE | expected |
| uint32_t | max_error |
Definition at line 84 of file math_helpers.h.
| PRECISE_VALUE _TESTENTRY_DBL_APPROX::expected |
Definition at line 87 of file math_helpers.h.
Referenced by Test_acos_approx(), Test_acosf_approx(), Test_asin_approx(), Test_asinf_approx(), Test_atan_approx(), Test_atanf_approx(), Test_cos_approx(), Test_cosf_approx(), Test_exp_approx(), Test_expf_approx(), Test_log10_approx(), Test_log10f_approx(), Test_log_approx(), Test_logf_approx(), Test_sin_approx(), Test_sinf_approx(), Test_sqrt_approx(), Test_sqrtf_approx(), Test_tan_approx(), and Test_tanf_approx().
| uint32_t _TESTENTRY_DBL_APPROX::max_error |
Definition at line 88 of file math_helpers.h.
| double _TESTENTRY_DBL_APPROX::x |
Definition at line 86 of file math_helpers.h.
Referenced by Test_acos_approx(), Test_acosf_approx(), Test_asin_approx(), Test_asinf_approx(), Test_atan_approx(), Test_atanf_approx(), Test_cos_approx(), Test_cosf_approx(), Test_exp_approx(), Test_expf_approx(), Test_log10_approx(), Test_log10f_approx(), Test_log_approx(), Test_logf_approx(), Test_sin_approx(), Test_sinf_approx(), Test_sqrt_approx(), Test_sqrtf_approx(), Test_tan_approx(), and Test_tanf_approx().