1 | initial version |
Perhaps with sqrt()
.
2 | update answer |
Perhaps with For a rational number
, it seems that sqrt()xx.sqrt(extend=False)
emulates square_root()
.
Update: Changed sqrt()
to x.sqrt(extend=False)
.
Thanks to @kcrisman and @sopsku for their comments!