+ 1
help please
Hi, I have a question, what is math.sqrt in with Ń# and what is it used for? Thanks in advance for the answer.
3 Answers
+ 5
It is used to return the square root of a number.
Eg - Console.Write(math.sqrt(16)); //Prints 4.
+ 3
Thank you very much for your answer =)
+ 2
it returns square root of a value.