This class provides standard mathematical functions, using types int, long, float and double. |
It is a static class, meaning that you only use the methods and never create "Math objects". |
The methods include
|
The random number generator is a linear congruential generator, which is fast but not random enough for many scientific applications. |