Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Perhaps with sqrt().

Perhaps with For a rational number sqrt()x, it seems that x.sqrt(extend=False) emulates square_root().

Update: Changed sqrt() to x.sqrt(extend=False).

Thanks to @kcrisman and @sopsku for their comments!