- cos
real_t cos(real_t x)
Undocumented in source. Be warned that the author may not have intended to support it.
- fabs
real_t fabs(real_t x)
Undocumented in source. Be warned that the author may not have intended to support it.
- isIdentical
bool isIdentical(real_t a, real_t b)
Undocumented in source. Be warned that the author may not have intended to support it.
- isInfinity
bool isInfinity(real_t r)
Undocumented in source. Be warned that the author may not have intended to support it.
- isNaN
bool isNaN(real_t r)
Undocumented in source. Be warned that the author may not have intended to support it.
- isSNaN
bool isSNaN(real_t r)
Undocumented in source. Be warned that the author may not have intended to support it.
- isSNaN
bool isSNaN(longdouble ld)
Undocumented in source. Be warned that the author may not have intended to support it.
- parse
real_t parse(const(char)* literal, bool* isOutOfRange)
Undocumented in source. Be warned that the author may not have intended to support it.
- sin
real_t sin(real_t x)
Undocumented in source. Be warned that the author may not have intended to support it.
- sprint
int sprint(char* str, char fmt, real_t x)
Undocumented in source. Be warned that the author may not have intended to support it.
- sqrt
real_t sqrt(real_t x)
Undocumented in source. Be warned that the author may not have intended to support it.
- tan
real_t tan(real_t x)
Undocumented in source. Be warned that the author may not have intended to support it.
- yl2x
void yl2x(real_t* x, real_t* y, real_t* res)
Undocumented in source. Be warned that the author may not have intended to support it.
- yl2xp1
void yl2xp1(real_t* x, real_t* y, real_t* res)
Undocumented in source. Be warned that the author may not have intended to support it.