Integer roots: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
Line 2:
'''Integer roots'''
 
The task is to write a program that computes an approximation to the principal Nth root of X as the largest integer less than or equal to R for which R^N=X. N is a positive integer. X is a non-negative integer. R is a real number.
 
=={{header|Python}}==
Anonymous user