First time here? Check out the FAQ!
answered 12 years ago
Perhaps with sqrt().
sqrt()
updated 12 years ago
Perhaps with For a rational number sqrt()x, it seems that x.sqrt(extend=False) emulates square_root().
sqrt()x
x.sqrt(extend=False)
square_root()
Update: Changed sqrt() to x.sqrt(extend=False).
Thanks to @kcrisman and @sopsku for their comments!