Quistion Answer Some Java Math Methods Math.max(x,y) Math.min(x,y) Math.sqrt(x) Math.abs(x) Math.random() Logarithmic Math Methods Math.log() It restores the normal logarithm of a twofold worth.
Math.log10() It is utilized to restore the base 10 logarithm of a twofold worth.
Math.log1p() It restores the regular logarithm of the total of the contention and 1.
Math.exp() It returns E raised to the intensity of a twofold worth, where E is Euler's number and it is around equivalent to 2.71828. At times essential number juggling isn't sufficient to take care of an issue and you have to utilize
one of the numerous math capacities that Java brings to the table. Indeed, there's such huge numbers of
that you couldn't in any way, shape or form recollect them all, and we arranged a reality sheet for
you. Let me simply go over the most significant one. Suppose you have to register
a power, for example, 2 to the tenth. You can't compose that type conveniently in Java,
rather you utilize a capacity and the language structure resembles this. The capacity name is
pow, it's in a class called Math. You need to reference it as Math.pow. At that point,