Harlinn.Windows 0.1
Loading...
Searching...
No Matches
s_catan.inl File Reference
#include <float.h>
#include <openlibm_complex.h>
#include <openlibm_math.h>
#include "math_private.h"
Include dependency graph for s_catan.inl:

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
 

Macro Definition Documentation

◆ MAXNUM

#define MAXNUM   1.0e308

Function Documentation

◆ _redupi()

static double _redupi ( double x)
static

◆ catan()

double complex catan ( double complex z)

◆ openlibm_strong_reference()

openlibm_strong_reference ( catan ,
catanl  )

Variable Documentation

◆ DP1

const double DP1 = 3.14159265160560607910E0
static

◆ DP2

const double DP2 = 1.98418714791870343106E-9
static

◆ DP3

const double DP3 = 1.14423774522196636802E-17
static