- abs
double abs(double a)
Undocumented in source. Be warned that the author may not have intended to support it.
- abs
float abs(float a)
Undocumented in source. Be warned that the author may not have intended to support it.
- abs
int abs(int a)
Undocumented in source. Be warned that the author may not have intended to support it.
- abs
long abs(long a)
Undocumented in source. Be warned that the author may not have intended to support it.
- atan2
double atan2(double a, double b)
Undocumented in source. Be warned that the author may not have intended to support it.
- ceil
double ceil(double a)
Undocumented in source. Be warned that the author may not have intended to support it.
- cos
double cos(double a)
Undocumented in source. Be warned that the author may not have intended to support it.
- floor
double floor(double a)
Undocumented in source. Be warned that the author may not have intended to support it.
- max
typeof(T1.init > T2.init ? T1.init : T2.init) max(T1 a, T2 b)
Undocumented in source. Be warned that the author may not have intended to support it.
- min
typeof(T1.init < T2.init ? T1.init : T2.init) min(T1 a, T2 b)
Undocumented in source. Be warned that the author may not have intended to support it.
- pow
double pow(double a, double b)
Undocumented in source. Be warned that the author may not have intended to support it.
- rint
double rint(double a)
Undocumented in source. Be warned that the author may not have intended to support it.
- round
long round(double a)
Undocumented in source. Be warned that the author may not have intended to support it.
- round
int round(float a)
Undocumented in source. Be warned that the author may not have intended to support it.
- round
int round(int a)
Undocumented in source. Be warned that the author may not have intended to support it.
- sin
double sin(double a)
Undocumented in source. Be warned that the author may not have intended to support it.
- sqrt
double sqrt(double a)
Undocumented in source. Be warned that the author may not have intended to support it.