Port

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Members

Manifest constants

infinity
enum infinity;
Undocumented in source.
ldbl_infinity
enum ldbl_infinity;
Undocumented in source.
ldbl_max
enum ldbl_max;
Undocumented in source.
ldbl_nan
enum ldbl_nan;
Undocumented in source.
nan
enum nan;
Undocumented in source.

Static functions

fequal
real fequal(real a, real b)
Undocumented in source. Be warned that the author may not have intended to support it.
fmodl
real fmodl(real a, real b)
Undocumented in source. Be warned that the author may not have intended to support it.
isInfinity
int isInfinity(double r)
Undocumented in source. Be warned that the author may not have intended to support it.
isNan
bool isNan(double r)
Undocumented in source. Be warned that the author may not have intended to support it.
isSignallingNan
int isSignallingNan(double r)
Undocumented in source. Be warned that the author may not have intended to support it.
isSignallingNan
int isSignallingNan(real r)
Undocumented in source. Be warned that the author may not have intended to support it.
memicmp
int memicmp(char* s1, char* s2, size_t n)
Undocumented in source. Be warned that the author may not have intended to support it.
readlongBE
uint readlongBE(void* buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
readlongLE
uint readlongLE(void* buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
readwordBE
uint readwordBE(void* buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
readwordLE
uint readwordLE(void* buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
sqrt
real sqrt(real x)
Undocumented in source. Be warned that the author may not have intended to support it.
strtod
double strtod(const(char)* p, char** endp)
Undocumented in source. Be warned that the author may not have intended to support it.
strtof
float strtof(const(char)* p, char** endp)
Undocumented in source. Be warned that the author may not have intended to support it.
strtold
real strtold(const(char)* p, char** endp)
Undocumented in source. Be warned that the author may not have intended to support it.
strupr
char* strupr(char* s)
Undocumented in source. Be warned that the author may not have intended to support it.
writelongBE
void writelongBE(uint value, void* buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
writelongLE
void writelongLE(uint value, void* buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
yl2x_impl
void yl2x_impl(real* x, real* y, real* res)
Undocumented in source. Be warned that the author may not have intended to support it.
yl2xp1_impl
void yl2xp1_impl(real* x, real* y, real* res)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

snan
real snan;
Undocumented in source.
yl2x_supported
bool yl2x_supported;
Undocumented in source.
yl2xp1_supported
bool yl2xp1_supported;
Undocumented in source.

Meta