plot(x^(1/3),-10,10) fails for negative numbers: 'can't convert complex to float'
OTOH, sage will calculate a negative to the 1/3 just fine. -10^(1/3).n() -2.15443469003188
| 1 | initial version |
plot(x^(1/3),-10,10) fails for negative numbers: 'can't convert complex to float'
OTOH, sage will calculate a negative to the 1/3 just fine. -10^(1/3).n() -2.15443469003188
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.