std.c.math
C's <math.h>
- Authors:
- Walter Bright, Digital Mars, www.digitalmars.com
- License:
- Public Domain
-
-
-
- double acos(double x)
- float acosf(float x)
- double acosh(double x)
- float acoshf(float x)
- real acoshl(real x)
- real acosl(real x)
- double asin(double x)
- float asinf(float x)
- double asinh(double x)
- float asinhf(float x)
- real asinhl(real x)
- real asinl(real x)
- double atan(double x)
- double atan2(double y, double x)
- float atan2f(float y, float x)
- real atan2l(real y, real x)
- float atanf(float x)
- double atanh(double x)
- float atanhf(float x)
- real atanhl(real x)
- real atanl(real x)
- double cbrt(double x)
- float cbrtf(float x)
- real cbrtl(real x)
- double ceil(double x)
- float ceilf(float x)
- real ceill(real x)
- double copysign(double x, double y)
- float copysignf(float x, float y)
- real copysignl(real x, real y)
- double cos(double x)
- float cosf(float x)
- double cosh(double x)
- float coshf(float x)
- real coshl(real x)
- real cosl(real x)
- double erf(double x)
- double erfc(double x)
- float erfcf(float x)
- real erfcl(real x)
- float erff(float x)
- real erfl(real x)
- double exp(double x)
- double exp2(double x)
- float exp2f(float x)
- real exp2l(real x)
- float expf(float x)
- real expl(real x)
- double expm1(double x)
- float expm1f(float x)
- real expm1l(real x)
- double fabs(double x)
- float fabsf(float x)
- real fabsl(real x)
- double fdim(double x, double y)
- float fdimf(float x, float y)
- real fdiml(real x, real y)
- double floor(double x)
- float floorf(float x)
- real floorl(real x)
- double fma(double x, double y, double z)
- float fmaf(float x, float y, float z)
- real fmal(real x, real y, real z)
- double fmax(double x, double y)
- float fmaxf(float x, float y)
- real fmaxl(real x, real y)
- double fmin(double x, double y)
- float fminf(float x, float y)
- real fminl(real x, real y)
- double fmod(double x, double y)
- float fmodf(float x, float y)
- real fmodl(real x, real y)
- double frexp(double value, int* exp)
- float frexpf(float value, int* exp)
- real frexpl(real value, int* exp)
- double hypot(double x, double y)
- float hypotf(float x, float y)
- real hypotl(real x, real y)
- int ilogb(double x)
- int ilogbf(float x)
- int ilogbl(real x)
- int isgreater(real x, real y)
- int isgreaterequal(real x, real y)
- int isless(real x, real y)
- int islessequal(real x, real y)
- int islessgreater(real x, real y)
- int isunordered(real x, real y)
- double ldexp(double x, int exp)
- float ldexpf(float x, int exp)
- real ldexpl(real x, int exp)
- double lgamma(double x)
- float lgammaf(float x)
- real lgammal(real x)
- long llrint(double x)
- long llrintf(float x)
- long llrintl(real x)
- long llround(double x)
- long llroundf(float x)
- long llroundl(real x)
- double log(double x)
- double log10(double x)
- float log10f(float x)
- real log10l(real x)
- double log1p(double x)
- float log1pf(float x)
- real log1pl(real x)
- double log2(double x)
- float log2f(float x)
- real log2l(real x)
- double logb(double x)
- float logbf(float x)
- real logbl(real x)
- float logf(float x)
- real logl(real x)
- int lrint(double x)
- int lrintf(float x)
- int lrintl(real x)
- int lround(double x)
- int lroundf(float x)
- int lroundl(real x)
- double modf(double value, double* iptr)
- float modff(float value, float* iptr)
- real modfl(real value, real* iptr)
- double nan(char* tagp)
- float nanf(char* tagp)
- real nanl(char* tagp)
- double nearbyint(double x)
- float nearbyintf(float x)
- real nearbyintl(real x)
- double nextafter(double x, double y)
- float nextafterf(float x, float y)
- real nextafterl(real x, real y)
- double nexttoward(double x, real y)
- float nexttowardf(float x, real y)
- real nexttowardl(real x, real y)
- double pow(double x, double y)
- float powf(float x, float y)
- real powl(real x, real y)
- double remainder(double x, double y)
- float remainderf(float x, float y)
- real remainderl(real x, real y)
- double remquo(double x, double y, int* quo)
- float remquof(float x, float y, int* quo)
- real remquol(real x, real y, int* quo)
- double rint(double x)
- float rintf(float x)
- real rintl(real x)
- double round(double x)
- float roundf(float x)
- real roundl(real x)
- double scalbln(double x, int n)
- float scalblnf(float x, int n)
- real scalblnl(real x, int n)
- double scalbn(double x, int n)
- float scalbnf(float x, int n)
- real scalbnl(real x, int n)
- double sin(double x)
- float sinf(float x)
- double sinh(double x)
- float sinhf(float x)
- real sinhl(real x)
- real sinl(real x)
- double sqrt(double x)
- float sqrtf(float x)
- real sqrtl(real x)
- double tan(double x)
- float tanf(float x)
- double tanh(double x)
- float tanhf(float x)
- real tanhl(real x)
- real tanl(real x)
- double tgamma(double x)
- float tgammaf(float x)
- real tgammal(real x)
- double trunc(double x)
- float truncf(float x)
- real truncl(real x)