#include <Math.hpp>
Private Methods | |
Math () | |
double | IEEEremainder (double d1, double d2) |
double | rint (double d) |
double | random () public |
double | cos (double d) |
double | tan (double d) |
double | asin (double d) |
double | acos (double d) |
double | atan (double d) |
double | atan2 (double d1, double d2) |
double | exp (double d) |
double | log (double d) |
double | sqrt (double d) |
double | ceil (double d) |
double | floor (double d) |
double | pow (double d1, double d2) |
int | round (float f) |
long | round (double d) |
int | abs (int i) |
long | abs (long l) |
float | abs (float f) |
double | abs (double d) |
int | min (int i, int j) |
long | min (long l, long j) |
float | min (float f, float j) |
double | min (double d, double j) |
int | max (int i, int j) |
long | max (long l, long j) |
float | max (float f, float j) |
double | max (double d, double j) |
Math () | |
double | IEEEremainder (double d1, double d2) |
double | rint (double d) |
double | random () public |
double | cos (double d) |
double | tan (double d) |
double | asin (double d) |
double | acos (double d) |
double | atan (double d) |
double | atan2 (double d1, double d2) |
double | exp (double d) |
double | log (double d) |
double | sqrt (double d) |
double | ceil (double d) |
double | floor (double d) |
double | pow (double d1, double d2) |
int | round (float f) |
long | round (double d) |
int | abs (int i) |
long | abs (long l) |
float | abs (float f) |
double | abs (double d) |
int | min (int i, int j) |
long | min (long l, long j) |
float | min (float f, float j) |
double | min (double d, double j) |
int | max (int i, int j) |
long | max (long l, long j) |
float | max (float f, float j) |
double | max (double d, double j) |
Math () | |
double | IEEEremainder (double d1, double d2) |
double | rint (double d) |
double | random () public |
double | cos (double d) |
double | tan (double d) |
double | asin (double d) |
double | acos (double d) |
double | atan (double d) |
double | atan2 (double d1, double d2) |
double | exp (double d) |
double | log (double d) |
double | sqrt (double d) |
double | ceil (double d) |
double | floor (double d) |
double | pow (double d1, double d2) |
int | round (float f) |
long | round (double d) |
int | abs (int i) |
long | abs (long l) |
float | abs (float f) |
double | abs (double d) |
int | min (int i, int j) |
long | min (long l, long j) |
float | min (float f, float j) |
double | min (double d, double j) |
int | max (int i, int j) |
long | max (long l, long j) |
float | max (float f, float j) |
double | max (double d, double j) |
|
Definition at line 10 of file Math.hpp. 00010 { } |
|
Definition at line 10 of file Math.hpp. 00010 { } |
|
Definition at line 10 of file Math.hpp. 00010 { } |
|
Definition at line 13 of file Math.hpp. 00013 { return NULL; } |
|
Definition at line 13 of file Math.hpp. 00013 { return NULL; } |
|
Definition at line 13 of file Math.hpp. 00013 { return NULL; } |
|
Definition at line 43 of file Math.hpp. 00043 { return ( d < 0.0 ? (-1 * d) : d ); } |
|
Definition at line 42 of file Math.hpp. 00042 { return ( f < 0.0 ? (-1 * f) : f ); } |
|
Definition at line 41 of file Math.hpp. 00041 { return ( l < 0L ? (-1 * l) : l ); } |
|
|
|
Definition at line 43 of file Math.hpp. 00043 { return ( d < 0.0D ? (-1 * d) : d ); } |
|
Definition at line 42 of file Math.hpp. 00042 { return ( f < 0.0F ? (-1 * f) : f ); } |
|
Definition at line 41 of file Math.hpp. 00041 { return ( l < 0L ? (-1 * l) : l ); } |
|
|
|
Definition at line 43 of file Math.hpp. 00043 { return ( d < 0.0D ? (-1 * d) : d ); } |
|
Definition at line 42 of file Math.hpp. 00042 { return ( f < 0.0F ? (-1 * f) : f ); } |
|
Definition at line 41 of file Math.hpp. 00041 { return ( l < 0L ? (-1 * l) : l ); } |
|
|
|
Definition at line 25 of file Math.hpp. 00025 { return acos(d); } |
|
Definition at line 25 of file Math.hpp. 00025 { return acos(d); } |
|
Definition at line 25 of file Math.hpp. Referenced by acos().
00025 { return acos(d); } |
|
Definition at line 24 of file Math.hpp. 00024 { return asin(d); } |
|
Definition at line 24 of file Math.hpp. 00024 { return asin(d); } |
|
Definition at line 24 of file Math.hpp. Referenced by asin().
00024 { return asin(d); } |
|
Definition at line 26 of file Math.hpp. 00026 { return atan(d); } |
|
Definition at line 26 of file Math.hpp. 00026 { return atan(d); } |
|
Definition at line 26 of file Math.hpp. Referenced by atan().
00026 { return atan(d); } |
|
Definition at line 27 of file Math.hpp. 00027 { return atan2(d1,d2); } |
|
Definition at line 27 of file Math.hpp. 00027 { return atan2(d1,d2); } |
|
Definition at line 27 of file Math.hpp. Referenced by atan2().
00027 { return atan2(d1,d2); } |
|
Definition at line 32 of file Math.hpp. 00032 { return ceil(d); } |
|
Definition at line 32 of file Math.hpp. 00032 { return ceil(d); } |
|
Definition at line 32 of file Math.hpp. Referenced by ceil().
00032 { return ceil(d); } |
|
Definition at line 22 of file Math.hpp. 00022 { return cos(d); } |
|
Definition at line 22 of file Math.hpp. 00022 { return cos(d); } |
|
Definition at line 22 of file Math.hpp. Referenced by cos().
00022 { return cos(d); } |
|
Definition at line 29 of file Math.hpp. 00029 { return exp(d); } |
|
Definition at line 29 of file Math.hpp. 00029 { return exp(d); } |
|
Definition at line 29 of file Math.hpp. Referenced by exp().
00029 { return exp(d); } |
|
Definition at line 33 of file Math.hpp. 00033 { return floor(d); } |
|
Definition at line 33 of file Math.hpp. 00033 { return floor(d); } |
|
Definition at line 33 of file Math.hpp. Referenced by floor(), and round().
00033 { return floor(d); } |
|
Definition at line 30 of file Math.hpp. 00030 { return log(d); } |
|
Definition at line 30 of file Math.hpp. 00030 { return log(d); } |
|
Definition at line 30 of file Math.hpp. Referenced by log().
00030 { return log(d); } |
|
Definition at line 53 of file Math.hpp. 00053 { return ( d >= j ? d : j ); } |
|
Definition at line 52 of file Math.hpp. 00052 { return ( f >= j ? f : j ); } |
|
Definition at line 51 of file Math.hpp. 00051 { return ( l >= j ? l : j ); } |
|
|
|
Definition at line 53 of file Math.hpp. 00053 { return ( d >= j ? d : j ); } |
|
Definition at line 52 of file Math.hpp. 00052 { return ( f >= j ? f : j ); } |
|
Definition at line 51 of file Math.hpp. 00051 { return ( l >= j ? l : j ); } |
|
|
|
Definition at line 53 of file Math.hpp. 00053 { return ( d >= j ? d : j ); } |
|
Definition at line 52 of file Math.hpp. 00052 { return ( f >= j ? f : j ); } |
|
Definition at line 51 of file Math.hpp. 00051 { return ( l >= j ? l : j ); } |
|
|
|
Definition at line 48 of file Math.hpp. 00048 { return ( d <= j ? d : j ); } |
|
Definition at line 47 of file Math.hpp. 00047 { return ( f <= j ? f : j ); } |
|
Definition at line 46 of file Math.hpp. 00046 { return ( l <= j ? l : j ); } |
|
|
|
Definition at line 48 of file Math.hpp. 00048 { return ( d <= j ? d : j ); } |
|
Definition at line 47 of file Math.hpp. 00047 { return ( f <= j ? f : j ); } |
|
Definition at line 46 of file Math.hpp. 00046 { return ( l <= j ? l : j ); } |
|
|
|
Definition at line 48 of file Math.hpp. 00048 { return ( d <= j ? d : j ); } |
|
Definition at line 47 of file Math.hpp. 00047 { return ( f <= j ? f : j ); } |
|
Definition at line 46 of file Math.hpp. 00046 { return ( l <= j ? l : j ); } |
|
|
|
Definition at line 35 of file Math.hpp. 00035 { return pow(d1,d2); } |
|
Definition at line 35 of file Math.hpp. 00035 { return pow(d1,d2); } |
|
Definition at line 35 of file Math.hpp. Referenced by pow().
00035 { return pow(d1,d2); } |
|
Definition at line 17 of file Math.hpp. 00019 : 00020 00021 inline double sin(double d) { return sin(d); } |
|
Definition at line 17 of file Math.hpp. 00019 : 00020 00021 inline double sin(double d) { return sin(d); } |
|
Definition at line 17 of file Math.hpp. 00019 : 00020 00021 inline double sin(double d) { return sin(d); } |
|
Definition at line 14 of file Math.hpp. 00014 { } |
|
Definition at line 14 of file Math.hpp. 00014 { } |
|
Definition at line 14 of file Math.hpp. 00014 { } |
|
Definition at line 38 of file Math.hpp. 00038 { return (long)floor(d + 0.5 ); } |
|
Definition at line 37 of file Math.hpp. 00037 { return (int)floor( f + 0.5 ); } |
|
Definition at line 38 of file Math.hpp. 00038 { return (long)floor(d + 0.5D); } |
|
Definition at line 37 of file Math.hpp. 00037 { return (int)floor(f + 0.5F); } |
|
Definition at line 38 of file Math.hpp. 00038 { return (long)floor(d + 0.5D); } |
|
Definition at line 37 of file Math.hpp. 00037 { return (int)floor(f + 0.5F); } |
|
Definition at line 31 of file Math.hpp. 00031 { return sqrt(d); } |
|
Definition at line 31 of file Math.hpp. 00031 { return sqrt(d); } |
|
Definition at line 31 of file Math.hpp. Referenced by sqrt().
00031 { return sqrt(d); } |
|
Definition at line 23 of file Math.hpp. 00023 { return tan(d); } |
|
Definition at line 23 of file Math.hpp. 00023 { return tan(d); } |
|
Definition at line 23 of file Math.hpp. Referenced by tan().
00023 { return tan(d); } |