A brief question.
Terry Reedy
tjreedy at udel.edu
Sat Jul 2 15:51:01 EDT 2005
"Nathan Pinno" <falcon3166 at hotmail.com> wrote in message
news:BAY106-DAV24B7740FBE52E30E607BB6C4E50 at phx.gbl...
>Brief question for anyone who knows the answer, because I don't.
> Is there anyway to make Python calculate square roots?
Python can calculate any calculable function of the objects it has to work
with. So the answer depends on what you mean by 'square roots': the
infinite decimal or a finite approximation thereof.
Terry J. Reedy
More information about the Python-list
mailing list