Hi,
Why is there a difference in output between:
print 5-1 == 0
print 3^(1/3) - 3^(1/5) == 0
False
3^(1/3) - 3^(1/5) == 0
What can I do if x,y,s,t∈Q, and I want to test xy==st?
Thanks for your support!
Roland
![]() | 1 | initial version |
Hi,
Why is there a difference in output between:
print 5-1 == 0
print 3^(1/3) - 3^(1/5) == 0
False
3^(1/3) - 3^(1/5) == 0
What can I do if x,y,s,t∈Q, and I want to test xy==st?
Thanks for your support!
Roland