which operators is used to find square root
Answers
Answered by
2
Answer:
The function sqrt() takes a single argument (in double ) and returns the square root (also in double ). The sqrt() function is defined in math. h header file. To find square root of type int , float or long double , you can explicitly convert the type to double using cast operator.
Explanation:
PLEASE MARK ME AS BRAINLEAST
AND FOLLOW ME
Answered by
2
Answer:
There are two methods to do so
First is Prime Factorization
Second is Long Division
Explanation:
In prime factorization we make pair of two and in long division we dvide the no. with squares of other no.
☺☺☺☺ Mark as brilliant. ..
Similar questions