Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

sqrt python

#Run this code in the shell - do not run this as a .py file.
>>> import math
#On a different line type the following:
>>> math.sqrt(YourNumberHere)
#You may replace YourNumberHere with any number.
 
PREVIOUS NEXT
Tagged: #sqrt #python
ADD COMMENT
Topic
Name
4+3 =