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

Macros

#define TLFLOAT_NO_LIBSTDCXX
 

Functions

float tlfloat_sinf (const float x)
 
double tlfloat_sin (const double x)
 
tlfloat_quad_ tlfloat_sinq (const tlfloat_quad_ x)
 
tlfloat_octuple_ tlfloat_sino (const tlfloat_octuple_ x)
 
float tlfloat_cosf (const float x)
 
double tlfloat_cos (const double x)
 
tlfloat_quad_ tlfloat_cosq (const tlfloat_quad_ x)
 
tlfloat_octuple_ tlfloat_coso (const tlfloat_octuple_ x)
 
float tlfloat_tanf (const float x)
 
double tlfloat_tan (const double x)
 
tlfloat_quad_ tlfloat_tanq (const tlfloat_quad_ x)
 
tlfloat_octuple_ tlfloat_tano (const tlfloat_octuple_ x)
 
float tlfloat_sinpif (const float x)
 
double tlfloat_sinpi (const double x)
 
tlfloat_quad_ tlfloat_sinpiq (const tlfloat_quad_ x)
 
tlfloat_octuple_ tlfloat_sinpio (const tlfloat_octuple_ x)
 
float tlfloat_cospif (const float x)
 
double tlfloat_cospi (const double x)
 
tlfloat_quad_ tlfloat_cospiq (const tlfloat_quad_ x)
 
tlfloat_octuple_ tlfloat_cospio (const tlfloat_octuple_ x)
 
float tlfloat_tanpif (const float x)
 
double tlfloat_tanpi (const double x)
 
tlfloat_quad_ tlfloat_tanpiq (const tlfloat_quad_ x)
 
tlfloat_octuple_ tlfloat_tanpio (const tlfloat_octuple_ x)
 

Macro Definition Documentation

◆ TLFLOAT_NO_LIBSTDCXX

#define TLFLOAT_NO_LIBSTDCXX

Function Documentation

◆ tlfloat_cos()

double tlfloat_cos ( const double  x)

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

◆ tlfloat_cosf()

float tlfloat_cosf ( const float  x)

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

◆ tlfloat_coso()

tlfloat_octuple_ tlfloat_coso ( const tlfloat_octuple_  x)

◆ tlfloat_cospi()

double tlfloat_cospi ( const double  x)

◆ tlfloat_cospif()

float tlfloat_cospif ( const float  x)

◆ tlfloat_cospio()

tlfloat_octuple_ tlfloat_cospio ( const tlfloat_octuple_  x)

◆ tlfloat_cospiq()

tlfloat_quad_ tlfloat_cospiq ( const tlfloat_quad_  x)

◆ tlfloat_cosq()

tlfloat_quad_ tlfloat_cosq ( const tlfloat_quad_  x)

◆ tlfloat_sin()

double tlfloat_sin ( const double  x)

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

◆ tlfloat_sinf()

float tlfloat_sinf ( const float  x)

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

◆ tlfloat_sino()

tlfloat_octuple_ tlfloat_sino ( const tlfloat_octuple_  x)

◆ tlfloat_sinpi()

double tlfloat_sinpi ( const double  x)

◆ tlfloat_sinpif()

float tlfloat_sinpif ( const float  x)

◆ tlfloat_sinpio()

tlfloat_octuple_ tlfloat_sinpio ( const tlfloat_octuple_  x)

◆ tlfloat_sinpiq()

tlfloat_quad_ tlfloat_sinpiq ( const tlfloat_quad_  x)

◆ tlfloat_sinq()

tlfloat_quad_ tlfloat_sinq ( const tlfloat_quad_  x)

◆ tlfloat_tan()

double tlfloat_tan ( const double  x)

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

◆ tlfloat_tanf()

float tlfloat_tanf ( const float  x)

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

◆ tlfloat_tano()

tlfloat_octuple_ tlfloat_tano ( const tlfloat_octuple_  x)

◆ tlfloat_tanpi()

double tlfloat_tanpi ( const double  x)

◆ tlfloat_tanpif()

float tlfloat_tanpif ( const float  x)

◆ tlfloat_tanpio()

tlfloat_octuple_ tlfloat_tanpio ( const tlfloat_octuple_  x)

◆ tlfloat_tanpiq()

tlfloat_quad_ tlfloat_tanpiq ( const tlfloat_quad_  x)

◆ tlfloat_tanq()

tlfloat_quad_ tlfloat_tanq ( const tlfloat_quad_  x)