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_cos | ( | const double | x | ) |
This function is for calling the corresponding function defined in tlfloat namespace from C language. Link with -ltlfloat.
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_octuple_ tlfloat_coso | ( | const tlfloat_octuple_ | x | ) |
double tlfloat_cospi | ( | const double | x | ) |
float tlfloat_cospif | ( | const float | x | ) |
tlfloat_octuple_ tlfloat_cospio | ( | const tlfloat_octuple_ | x | ) |
tlfloat_quad_ tlfloat_cospiq | ( | const tlfloat_quad_ | x | ) |
tlfloat_quad_ tlfloat_cosq | ( | const tlfloat_quad_ | x | ) |
double tlfloat_sin | ( | const double | x | ) |
This function is for calling the corresponding function defined in tlfloat namespace from C language. Link with -ltlfloat.
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_octuple_ tlfloat_sino | ( | const tlfloat_octuple_ | x | ) |
double tlfloat_sinpi | ( | const double | x | ) |
float tlfloat_sinpif | ( | const float | x | ) |
tlfloat_octuple_ tlfloat_sinpio | ( | const tlfloat_octuple_ | x | ) |
tlfloat_quad_ tlfloat_sinpiq | ( | const tlfloat_quad_ | x | ) |
tlfloat_quad_ tlfloat_sinq | ( | const tlfloat_quad_ | x | ) |
double tlfloat_tan | ( | const double | x | ) |
This function is for calling the corresponding function defined in tlfloat namespace from C language. Link with -ltlfloat.
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_octuple_ tlfloat_tano | ( | const tlfloat_octuple_ | x | ) |
double tlfloat_tanpi | ( | const double | x | ) |
float tlfloat_tanpif | ( | const float | x | ) |
tlfloat_octuple_ tlfloat_tanpio | ( | const tlfloat_octuple_ | x | ) |
tlfloat_quad_ tlfloat_tanpiq | ( | const tlfloat_quad_ | x | ) |
tlfloat_quad_ tlfloat_tanq | ( | const tlfloat_quad_ | x | ) |