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