Computer Science, asked by lolhgugc, 2 days ago

Write the values stored in the variable ‘result’, when we import math module 2 (i) result = math.sqrt(81) (ii) result = math.pow(4,3)​

Answers

Answered by NikBeanie
0

Answer:

Math.sqrt()

The Math.sqrt() function returns the square root of a number, that is

∀ x ≥ 0 , M a t h . s q r t ( x ) =

x

= the unique y ≥ 0 such that y 2 = x

Similar questions