DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PYTHON
find nth root of m using python
def nthrootofm(a,n): return pow(a,(1/n)) a=81 n=4 q=nthrootofm(a,n) print(q)
PREVIOUS
NEXT
Tagged:
#find
#nth
#root
#python
ADD COMMENT
Topic
COMMENT
Name
2+3 =
Submit