- 1
Can someone tell me how to square root numbers without any other header file ?
Can you tell me ? I have a answer I will post it in the answer section . Upvote if liked .
3 ответов
+ 2
You answering from yourself If u know already then no need to post here
+ 1
u can do it by long division method
0
My answer is by using the sqrt function .
int num1 = sqrt (num2) ;
Note - num1 and num2 are variables .