TLFloat
Loading...
Searching...
No Matches
Macros | Functions
invtrig.cpp File Reference
#include <cstring>
#include <cctype>
#include <cstdarg>
#include "suppress.hpp"
#include "tlfloat/tlmath.hpp"
#include "tlfloat/tlfloat.h"
Include dependency graph for invtrig.cpp:

Macros

#define TLFLOAT_NO_LIBSTDCXX
 

Functions

float tlfloat_asinf (const float x)
 
double tlfloat_asin (const double x)
 
tlfloat_quad_ tlfloat_asinq (const tlfloat_quad_ x)
 
tlfloat_octuple_ tlfloat_asino (const tlfloat_octuple_ x)
 
float tlfloat_acosf (const float x)
 
double tlfloat_acos (const double x)
 
tlfloat_quad_ tlfloat_acosq (const tlfloat_quad_ x)
 
tlfloat_octuple_ tlfloat_acoso (const tlfloat_octuple_ x)
 
float tlfloat_atanf (const float x)
 
double tlfloat_atan (const double x)
 
tlfloat_quad_ tlfloat_atanq (const tlfloat_quad_ x)
 
tlfloat_octuple_ tlfloat_atano (const tlfloat_octuple_ x)
 
float tlfloat_atan2f (const float y, const float x)
 
double tlfloat_atan2 (const double y, const double x)
 
tlfloat_quad_ tlfloat_atan2q (const tlfloat_quad_ y, const tlfloat_quad_ x)
 
tlfloat_octuple_ tlfloat_atan2o (const tlfloat_octuple_ y, const tlfloat_octuple_ x)
 

Macro Definition Documentation

◆ TLFLOAT_NO_LIBSTDCXX

#define TLFLOAT_NO_LIBSTDCXX

Function Documentation

◆ tlfloat_acos()

double tlfloat_acos ( const double  x)

This function is for calling the corresponding function defined in tlfloat namespace from C language. Link with -ltlfloat.

◆ tlfloat_acosf()

float tlfloat_acosf ( const float  x)

This function is for calling the corresponding function defined in tlfloat namespace from C language. Link with -ltlfloat.

◆ tlfloat_acoso()

tlfloat_octuple_ tlfloat_acoso ( const tlfloat_octuple_  x)

◆ tlfloat_acosq()

tlfloat_quad_ tlfloat_acosq ( const tlfloat_quad_  x)

◆ tlfloat_asin()

double tlfloat_asin ( const double  x)

This function is for calling the corresponding function defined in tlfloat namespace from C language. Link with -ltlfloat.

◆ tlfloat_asinf()

float tlfloat_asinf ( const float  x)

This function is for calling the corresponding function defined in tlfloat namespace from C language. Link with -ltlfloat.

◆ tlfloat_asino()

tlfloat_octuple_ tlfloat_asino ( const tlfloat_octuple_  x)

◆ tlfloat_asinq()

tlfloat_quad_ tlfloat_asinq ( const tlfloat_quad_  x)

◆ tlfloat_atan()

double tlfloat_atan ( const double  x)

This function is for calling the corresponding function defined in tlfloat namespace from C language. Link with -ltlfloat.

◆ tlfloat_atan2()

double tlfloat_atan2 ( const double  y,
const double  x 
)

This function is for calling the corresponding function defined in tlfloat namespace from C language. Link with -ltlfloat.

◆ tlfloat_atan2f()

float tlfloat_atan2f ( const float  y,
const float  x 
)

This function is for calling the corresponding function defined in tlfloat namespace from C language. Link with -ltlfloat.

◆ tlfloat_atan2o()

tlfloat_octuple_ tlfloat_atan2o ( const tlfloat_octuple_  y,
const tlfloat_octuple_  x 
)

◆ tlfloat_atan2q()

tlfloat_quad_ tlfloat_atan2q ( const tlfloat_quad_  y,
const tlfloat_quad_  x 
)

◆ tlfloat_atanf()

float tlfloat_atanf ( const float  x)

This function is for calling the corresponding function defined in tlfloat namespace from C language. Link with -ltlfloat.

◆ tlfloat_atano()

tlfloat_octuple_ tlfloat_atano ( const tlfloat_octuple_  x)

◆ tlfloat_atanq()

tlfloat_quad_ tlfloat_atanq ( const tlfloat_quad_  x)