Skip to content

(-1)^float & (-1)^bfloat not consistent #4176

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
rtoy opened this issue Jul 10, 2024 · 1 comment
Open

(-1)^float & (-1)^bfloat not consistent #4176

rtoy opened this issue Jul 10, 2024 · 1 comment

Comments

@rtoy
Copy link
Owner

rtoy commented Jul 10, 2024

Imported from SourceForge on 2024-07-09 19:32:45
Created by willisbl on 2021-05-22 14:00:40
Original: https://sourceforge.net/p/maxima/bugs/3786


We have

(%i3)	(-1)^(1.2);
(%o3)	(-1)^1.2

(%i4)	(-1)^(1.2b0);
(%o4)	-5.877852522924732b-1*%i-8.090169943749474b-1

Same inconsistency for %i^float & negative integer^float"

(%i5)	(%i)^(1.2);
(%o5)	(\-1)^0.6
(%i6)	(%i)^(1.2b0);
(%o6)	9.510565162951536b-1*%i\-3.090169943749474b-1
@rtoy
Copy link
Owner Author

rtoy commented Jul 10, 2024

Imported from SourceForge on 2024-07-09 19:32:46
Created by robert_dodier on 2021-06-17 06:23:00
Original: https://sourceforge.net/p/maxima/bugs/3786/#027e


  • labels: --> floating point, power, simplification

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant