TLFloat
|
#include <cstring>
#include <cctype>
#include <cstdarg>
#include "suppress.hpp"
#include "tlfloat/tlmath.hpp"
#include "tlfloat/tlfloat.h"
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) |
#define TLFLOAT_NO_LIBSTDCXX |
double tlfloat_acos | ( | const double | x | ) |
This function is for calling the corresponding function defined in tlfloat namespace from C language. Link with -ltlfloat.
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_octuple_ tlfloat_acoso | ( | const tlfloat_octuple_ | x | ) |
tlfloat_quad_ tlfloat_acosq | ( | const tlfloat_quad_ | x | ) |
double tlfloat_asin | ( | const double | x | ) |
This function is for calling the corresponding function defined in tlfloat namespace from C language. Link with -ltlfloat.
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_octuple_ tlfloat_asino | ( | const tlfloat_octuple_ | x | ) |
tlfloat_quad_ tlfloat_asinq | ( | const tlfloat_quad_ | x | ) |
double tlfloat_atan | ( | const double | x | ) |
This function is for calling the corresponding function defined in tlfloat namespace from C language. Link with -ltlfloat.
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.
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_octuple_ tlfloat_atan2o | ( | const tlfloat_octuple_ | y, |
const tlfloat_octuple_ | x | ||
) |
tlfloat_quad_ tlfloat_atan2q | ( | const tlfloat_quad_ | y, |
const tlfloat_quad_ | x | ||
) |
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_octuple_ tlfloat_atano | ( | const tlfloat_octuple_ | x | ) |
tlfloat_quad_ tlfloat_atanq | ( | const tlfloat_quad_ | x | ) |