- 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.