Computer Science, asked by subhraneelpal05, 3 months ago

Math class functions in java along with their signs(how to identify them).
Please if any one know then tell

don't spam
(Correct answer will be marked as brainliest)​

Answers

Answered by mittalsapna19
17

Explanation:

Java Math class provides several methods to work on math calculations like min(), max(), avg(), sin(), cos(), tan(), round(), ceil(), floor(), abs() etc.

If the size is int or long and the results overflow the range of value, the methods addExact(), subtractExact(), multiplyExact(), and toIntExact() s an Arithmetic Exception.

For other arithmetic operations like increment, decrement, divide, absolute value, and negation overflow occur only with a specific minimum or maximum value. It should be checked against the maximum and minimum value as appropriate.

Similar questions