Computer Science, asked by wwwsmritijaiswallove, 20 days ago

V. Explain the following functions: 1. Math.random() 2. Math.max() 3. Math.cbrt() 4. Math.abs() 5. Math.log() VI Distinguish between them with​

Answers

Answered by srivasanthigadipudi
2

Answer:

1.math.random-returns the positive double value,greater than or equal to zero and less than zero.

2-math.max()-returns greater of its two arguments.

3-math.cbrt()-returns cube root of its argument as on double value.

5-math.log()-returns natural logarithm of its argument

Similar questions