Explain any two print command with mathematical function.
Answers
Answered by
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
0
Answer:
System.out.println(Math.sqrt(4));
System.out.println((Math.min(10,4));
Similar questions