python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Javascript power and root
simple question
is there an operator for the root as for the power there's the "* *".
I tried to search but I couldn't find it, so I don't think there is, but if for any reason I didn't saw ...
Filippo Canino
Votes: 0
Answers: 2
Python- Square Root of list
Taking the square root of each number in a list.
For this problem in the sqrt_list function:
Take the square root of each item in the list,
Store each squared item in another list, and
Return this li...
guest7238
Votes: 0
Answers: 1
How can I find a square root in simplest form given an integer? (Java)
I'm trying to compute the simplest form of the square root of an integer. My Java knowledge is rather limited, but I know many of the basics and such. I can't figure out how to find a simplest form sq...
Connor Eddy
Votes: 0
Answers: 1
Integer Square root of a number
It's not that I don't understand how to find the integer square root of a number. I know several ways of finding them using Python and C++.
It's just that this algorithm is really messing with my brai...
Artique
Votes: 0
Answers: 1