Computer Science, asked by Anonymous, 1 day ago

Explain any two print command with mathematical function.​

Answers

Answered by Anonymous
51

Answer:

Functions in Python Math Module

Function Description

pow(x, y) Returns x raised to the power y

sqrt(x) Returns the square root of x

acos(x) Returns the arc cosine of x

asin(x) Returns the arc sine of x

Explanation:

follow dear

Answered by AshirvadDwivedi
0

Answer:

System.out.println(Math.sqrt(4));

System.out.println((Math.min(10,4));

Similar questions