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

Macros

#define TLFLOAT_NO_LIBSTDCXX
 

Functions

float tlfloat_sinhf (const float x)
 
double tlfloat_sinh (const double x)
 
tlfloat_quad_ tlfloat_sinhq (const tlfloat_quad_ x)
 
tlfloat_octuple_ tlfloat_sinho (const tlfloat_octuple_ x)
 
float tlfloat_coshf (const float x)
 
double tlfloat_cosh (const double x)
 
tlfloat_quad_ tlfloat_coshq (const tlfloat_quad_ x)
 
tlfloat_octuple_ tlfloat_cosho (const tlfloat_octuple_ x)
 
float tlfloat_tanhf (const float x)
 
double tlfloat_tanh (const double x)
 
tlfloat_quad_ tlfloat_tanhq (const tlfloat_quad_ x)
 
tlfloat_octuple_ tlfloat_tanho (const tlfloat_octuple_ x)
 
float tlfloat_asinhf (const float x)
 
double tlfloat_asinh (const double x)
 
tlfloat_quad_ tlfloat_asinhq (const tlfloat_quad_ x)
 
tlfloat_octuple_ tlfloat_asinho (const tlfloat_octuple_ x)
 
float tlfloat_acoshf (const float x)
 
double tlfloat_acosh (const double x)
 
tlfloat_quad_ tlfloat_acoshq (const tlfloat_quad_ x)
 
tlfloat_octuple_ tlfloat_acosho (const tlfloat_octuple_ x)
 
float tlfloat_atanhf (const float x)
 
double tlfloat_atanh (const double x)
 
tlfloat_quad_ tlfloat_atanhq (const tlfloat_quad_ x)
 
tlfloat_octuple_ tlfloat_atanho (const tlfloat_octuple_ x)
 

Macro Definition Documentation

◆ TLFLOAT_NO_LIBSTDCXX

#define TLFLOAT_NO_LIBSTDCXX

Function Documentation

◆ tlfloat_acosh()

double tlfloat_acosh ( const double  x)

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

◆ tlfloat_acoshf()

float tlfloat_acoshf ( const float  x)

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

◆ tlfloat_acosho()

tlfloat_octuple_ tlfloat_acosho ( const tlfloat_octuple_  x)

◆ tlfloat_acoshq()

tlfloat_quad_ tlfloat_acoshq ( const tlfloat_quad_  x)

◆ tlfloat_asinh()

double tlfloat_asinh ( const double  x)

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

◆ tlfloat_asinhf()

float tlfloat_asinhf ( const float  x)

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

◆ tlfloat_asinho()

tlfloat_octuple_ tlfloat_asinho ( const tlfloat_octuple_  x)

◆ tlfloat_asinhq()

tlfloat_quad_ tlfloat_asinhq ( const tlfloat_quad_  x)

◆ tlfloat_atanh()

double tlfloat_atanh ( const double  x)

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

◆ tlfloat_atanhf()

float tlfloat_atanhf ( const float  x)

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

◆ tlfloat_atanho()

tlfloat_octuple_ tlfloat_atanho ( const tlfloat_octuple_  x)

◆ tlfloat_atanhq()

tlfloat_quad_ tlfloat_atanhq ( const tlfloat_quad_  x)

◆ tlfloat_cosh()

double tlfloat_cosh ( const double  x)

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

◆ tlfloat_coshf()

float tlfloat_coshf ( const float  x)

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

◆ tlfloat_cosho()

tlfloat_octuple_ tlfloat_cosho ( const tlfloat_octuple_  x)

◆ tlfloat_coshq()

tlfloat_quad_ tlfloat_coshq ( const tlfloat_quad_  x)

◆ tlfloat_sinh()

double tlfloat_sinh ( const double  x)

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

◆ tlfloat_sinhf()

float tlfloat_sinhf ( const float  x)

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

◆ tlfloat_sinho()

tlfloat_octuple_ tlfloat_sinho ( const tlfloat_octuple_  x)

◆ tlfloat_sinhq()

tlfloat_quad_ tlfloat_sinhq ( const tlfloat_quad_  x)

◆ tlfloat_tanh()

double tlfloat_tanh ( const double  x)

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

◆ tlfloat_tanhf()

float tlfloat_tanhf ( const float  x)

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

◆ tlfloat_tanho()

tlfloat_octuple_ tlfloat_tanho ( const tlfloat_octuple_  x)

◆ tlfloat_tanhq()

tlfloat_quad_ tlfloat_tanhq ( const tlfloat_quad_  x)