On Fri, Sep 21, 2012 at 2:42 AM, M H <[email protected]> wrote: > Hello sympy group, > > I'm looking for a python function, perhaps named isqrt(), that can find the > truncated square root of an integer quickly.
You might also check out `integer_nthroot` which returns the integer value and a value indicating whether it was exact or not. -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
