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_erff (const float a) |
double | tlfloat_erf (const double a) |
tlfloat_quad_ | tlfloat_erfq (const tlfloat_quad_ a) |
tlfloat_octuple_ | tlfloat_erfo (const tlfloat_octuple_ a) |
float | tlfloat_erfcf (const float a) |
double | tlfloat_erfc (const double a) |
tlfloat_quad_ | tlfloat_erfcq (const tlfloat_quad_ a) |
tlfloat_octuple_ | tlfloat_erfco (const tlfloat_octuple_ a) |
float | tlfloat_tgammaf (const float a) |
double | tlfloat_tgamma (const double a) |
tlfloat_quad_ | tlfloat_tgammaq (const tlfloat_quad_ a) |
tlfloat_octuple_ | tlfloat_tgammao (const tlfloat_octuple_ a) |
float | tlfloat_lgammaf (const float a) |
double | tlfloat_lgamma (const double a) |
tlfloat_quad_ | tlfloat_lgammaq (const tlfloat_quad_ a) |
tlfloat_octuple_ | tlfloat_lgammao (const tlfloat_octuple_ a) |
#define TLFLOAT_NO_LIBSTDCXX |
double tlfloat_erf | ( | const double | x | ) |
This function is for calling the corresponding function defined in tlfloat namespace from C language. Link with -ltlfloat.
double tlfloat_erfc | ( | const double | x | ) |
This function is for calling the corresponding function defined in tlfloat namespace from C language. Link with -ltlfloat.
float tlfloat_erfcf | ( | const float | x | ) |
This function is for calling the corresponding function defined in tlfloat namespace from C language. Link with -ltlfloat.
tlfloat_octuple_ tlfloat_erfco | ( | const tlfloat_octuple_ | a | ) |
tlfloat_quad_ tlfloat_erfcq | ( | const tlfloat_quad_ | a | ) |
float tlfloat_erff | ( | const float | x | ) |
This function is for calling the corresponding function defined in tlfloat namespace from C language. Link with -ltlfloat.
tlfloat_octuple_ tlfloat_erfo | ( | const tlfloat_octuple_ | a | ) |
tlfloat_quad_ tlfloat_erfq | ( | const tlfloat_quad_ | a | ) |
double tlfloat_lgamma | ( | const double | x | ) |
This is experimental implementation of log gamma function. Link with -ltlfloat.
float tlfloat_lgammaf | ( | const float | x | ) |
This is experimental implementation of log gamma function. Link with -ltlfloat.
tlfloat_octuple_ tlfloat_lgammao | ( | const tlfloat_octuple_ | a | ) |
tlfloat_quad_ tlfloat_lgammaq | ( | const tlfloat_quad_ | a | ) |
double tlfloat_tgamma | ( | const double | x | ) |
This function is for calling the corresponding function defined in tlfloat namespace from C language. Link with -ltlfloat.
float tlfloat_tgammaf | ( | const float | x | ) |
This function is for calling the corresponding function defined in tlfloat namespace from C language. Link with -ltlfloat.
tlfloat_octuple_ tlfloat_tgammao | ( | const tlfloat_octuple_ | a | ) |
tlfloat_quad_ tlfloat_tgammaq | ( | const tlfloat_quad_ | a | ) |