Harlinn.Windows 0.1
|
#include <float.h>
#include <openlibm_complex.h>
#include <openlibm_math.h>
#include "math_private.h"
Macros | |
#define | MACHEP 1.1e-16 |
#define | MAXNUM 1.0e308 |
Functions | |
static double | _redupi (double x) |
static double | _ctans (double complex z) |
double complex | ctan (double complex z) |
openlibm_strong_reference (ctan, ctanl) | |
Variables | |
static const double | DP1 = 3.14159265160560607910E0 |
static const double | DP2 = 1.98418714791870343106E-9 |
static const double | DP3 = 1.14423774522196636802E-17 |
#define MACHEP 1.1e-16 |
#define MAXNUM 1.0e308 |
|
static |
|
static |
double complex ctan | ( | double complex | z | ) |
openlibm_strong_reference | ( | ctan | , |
ctanl | ) |
|
static |
|
static |
|
static |