![]() | 1 | initial version |
For those stumbling on this years later. I searched around and found they've since implemented the function real_nth_root which you can use to, say, plot(real_nth_root(x,3),-1,1).
![]() | 2 | No.2 Revision |
For those stumbling on this years later. I searched around and found they've since implemented the function real_nth_root which you can use to, say, plot(real_nth_root(x,3),-1,1).plot(real_nth_root(x,3),-1,1)
.