Computer Science, asked by SƬᏗᏒᏇᏗƦƦᎥᎧƦ, 4 months ago

Does anyone has some computer programs of math functions?
(Java)

Because I have to learn them .
computer exam tomorrow.
please don't spam please please please please​

Answers

Answered by BrainlyProgrammer
3

Answer:

Math function are easy to learn...

her

To find square root.... Math.sqrt(a) ;

To find cube root.... Math.cbrt(a) ;

To find Maximum no..... Math. max(a,b) ;

To find minimum no..... Math.min(min);

To find a²..... Math.pow(a, 2) ;

Similar questions