- ceil
real_t ceil(real_t x)
Undocumented in source. Be warned that the author may not have intended to support it.
- ceil
real_t ceil(real_t x)
Undocumented in source. Be warned that the author may not have intended to support it.
- copysign
real_t copysign(real_t x, real_t s)
Undocumented in source. Be warned that the author may not have intended to support it.
- copysign
real_t copysign(real_t x, real_t s)
Undocumented in source. Be warned that the author may not have intended to support it.
- cos
real_t cos(real_t x)
Undocumented in source. Be warned that the author may not have intended to support it.
- exp
real_t exp(real_t x)
Undocumented in source. Be warned that the author may not have intended to support it.
- exp
real_t exp(real_t x)
Undocumented in source. Be warned that the author may not have intended to support it.
- exp2
real_t exp2(real_t x)
Undocumented in source. Be warned that the author may not have intended to support it.
- exp2
real_t exp2(real_t x)
Undocumented in source. Be warned that the author may not have intended to support it.
- expm1
real_t expm1(real_t x)
Undocumented in source. Be warned that the author may not have intended to support it.
- expm1
real_t expm1(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.
- floor
real_t floor(real_t x)
Undocumented in source. Be warned that the author may not have intended to support it.
- floor
real_t floor(real_t x)
Undocumented in source. Be warned that the author may not have intended to support it.
- fma
real_t fma(real_t x, real_t y, real_t z)
Undocumented in source. Be warned that the author may not have intended to support it.
- fmax
real_t fmax(real_t x, real_t y)
Undocumented in source. Be warned that the author may not have intended to support it.
- fmin
real_t fmin(real_t x, real_t y)
Undocumented in source. Be warned that the author may not have intended to support it.
- hash
size_t hash(real_t a)
Undocumented in source. Be warned that the author may not have intended to support it.
- initialize
void initialize()
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_soft ld)
Undocumented in source. Be warned that the author may not have intended to support it.
- ldexp
real_t ldexp(real_t n, int exp)
Undocumented in source. Be warned that the author may not have intended to support it.
- log
real_t log(real_t x)
Undocumented in source. Be warned that the author may not have intended to support it.
- log
real_t log(real_t x)
Undocumented in source. Be warned that the author may not have intended to support it.
- log10
real_t log10(real_t x)
Undocumented in source. Be warned that the author may not have intended to support it.
- log10
real_t log10(real_t x)
Undocumented in source. Be warned that the author may not have intended to support it.
- log2
real_t log2(real_t x)
Undocumented in source. Be warned that the author may not have intended to support it.
- log2
real_t log2(real_t x)
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.
- pow
real_t pow(real_t x, real_t y)
Undocumented in source. Be warned that the author may not have intended to support it.
- pow
real_t pow(real_t x, real_t y)
Undocumented in source. Be warned that the author may not have intended to support it.
- round
real_t round(real_t x)
Undocumented in source. Be warned that the author may not have intended to support it.
- round
real_t round(real_t x)
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.
- trunc
real_t trunc(real_t x)
Undocumented in source. Be warned that the author may not have intended to support it.
- trunc
real_t trunc(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.