Math Flashcards
Returns the absolute value of a double value
abs(double a)
Returns the absolute value of a float value
abs(float a)
Returns the absolute value of an int value
abs(int a)
Returns the absolute value of a long value
abs(long a)
Returns the arc cosine of a value; the returned angle is in the range 0.0 through pi
acos(double a)
Returns the sum of its arguments, throwing an exception if the result overflows an int.
addExact(int x, int y)
Returns the sum of its arguments, throwing an exception if the result overflows a long.
addExact(long x, long y)
Returns the arc sine of a value; the returned angle is in the range -pi/2 through pi/2.
asin(double a)
Returns the arc tangent of a value; the returned angle is in the range -pi/2 through pi/2.
atan(double a)