Basic HTML version of Foils prepared
18 May 97
Foil 16 The java.lang.Math class
From
Java Tutorial - Spring 1997 Part 4: Multithreading, useful Java classes, I/O, Networking, and the future Peking Tutorial, Web Certificate --
Spring-Summer 1997
.
by
Nancy J. McCracken,Geoffrey C. Fox
1
This class provides the standard mathematical functions, using types int, long, float and double as appropriate.
2
It is a static class, meaning that you only use the methods, never creating objects from this class.
3
The methods include
IEEEremainder, abs, ceil, cos, exp, floor, log, max, min, pow, random, sin, sqrt, and other trig functions.
The random number generator is a linear congruential generator, which is fast but not random enough for many scientific applications.
in Table To:
©
Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu
If you have any comments about this server, send e-mail to
webmaster@npac.syr.edu
.
Page produced by
wwwfoil
on Thu Jan 8 1998