TLFloat
|
#include <cstring>
#include <cctype>
#include <cstdarg>
#include "suppress.hpp"
#include "tlfloat/tlmath.hpp"
#include "tlfloat/tlfloat.h"
Macros | |
#define | TLFLOAT_NO_LIBSTDCXX |
#define TLFLOAT_NO_LIBSTDCXX |
double tlfloat_acosh | ( | const double | x | ) |
This function is for calling the corresponding function defined in tlfloat namespace from C language. Link with -ltlfloat.
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_octuple_ tlfloat_acosho | ( | const tlfloat_octuple_ | x | ) |
tlfloat_quad_ tlfloat_acoshq | ( | const tlfloat_quad_ | x | ) |
double tlfloat_asinh | ( | const double | x | ) |
This function is for calling the corresponding function defined in tlfloat namespace from C language. Link with -ltlfloat.
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_octuple_ tlfloat_asinho | ( | const tlfloat_octuple_ | x | ) |
tlfloat_quad_ tlfloat_asinhq | ( | const tlfloat_quad_ | x | ) |
double tlfloat_atanh | ( | const double | x | ) |
This function is for calling the corresponding function defined in tlfloat namespace from C language. Link with -ltlfloat.
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_octuple_ tlfloat_atanho | ( | const tlfloat_octuple_ | x | ) |
tlfloat_quad_ tlfloat_atanhq | ( | const tlfloat_quad_ | x | ) |
double tlfloat_cosh | ( | const double | x | ) |
This function is for calling the corresponding function defined in tlfloat namespace from C language. Link with -ltlfloat.
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_octuple_ tlfloat_cosho | ( | const tlfloat_octuple_ | x | ) |
tlfloat_quad_ tlfloat_coshq | ( | const tlfloat_quad_ | x | ) |
double tlfloat_sinh | ( | const double | x | ) |
This function is for calling the corresponding function defined in tlfloat namespace from C language. Link with -ltlfloat.
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_octuple_ tlfloat_sinho | ( | const tlfloat_octuple_ | x | ) |
tlfloat_quad_ tlfloat_sinhq | ( | const tlfloat_quad_ | x | ) |
double tlfloat_tanh | ( | const double | x | ) |
This function is for calling the corresponding function defined in tlfloat namespace from C language. Link with -ltlfloat.
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_octuple_ tlfloat_tanho | ( | const tlfloat_octuple_ | x | ) |
tlfloat_quad_ tlfloat_tanhq | ( | const tlfloat_quad_ | x | ) |