grzegorzmazur / yacas

Computer calculations made easy
http://www.yacas.org
GNU Lesser General Public License v2.1
124 stars 24 forks source link

N(Number^Fraction) gives wrong results #287

Open dechrimi opened 4 years ago

dechrimi commented 4 years ago

N((10^(-11))^(1/1)) and N((10^(-11))^(1/2)) both give "0" as result but should be ≠0. Also, N((10^(-3))^(1/1)) gives "0.999e-3" but should be "1e-3".