Motorola V3x Technical Manual page 100

2 cameras; 320x240 display
Hide thumbs Also See for V3x:
Table of Contents

Advertisement

Java.lang.Math
100
Int nextInt (int n)
Static double E
Static double PI
Static double abs (double a)
Static float abs (float a)
Static double ceil (double a)
Static double cos (double a)
Static double floor (double
a)
Static double max (double a,
double b)
Static float max (float a, float
b)
Static double min (float a,
float b)
Static float min (float a, float
b)
Static double sin (double a)
Static double sqrt (double a)
sequence
Returns a pseudorandom,
uniformly distributed int value
between 0 (inclusive) and the
specified value (exclusive), drawn
from this random number
generator's sequence
The double value that is closer
than any other to e, the base of
the natural logarithms
The double value that is closer
than any other to pi, the ratio of
the circumference of a circle to its
diameter
Returns the absolute value of a
double value
Returns the absolute value of a
double value
Returns the smallest (closest to
negative infinity) double value that
is not less than the argument and
is equal to a mathematical integer
Returns the trigonometric cosine
of an angle
Returns the largest (closest to
positive infinity) double value that
is not greater than the argument
and is equal to a mathematical
integer.
Returns the greater of two double
values
Returns the greater of two float
values
Returns the smaller of two double
values
Returns the smaller of two float
values
Returns the trigonometric sine of
an angle
Returns the correctly rounded
positive square root of a double
value

Advertisement

Table of Contents
loading

Table of Contents