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