Skip to content
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

new Decimal("(e^x)1") returns Decimal with negative layer if x is negative #167

Open
James103 opened this issue Apr 25, 2024 · 0 comments
Open

Comments

@James103
Copy link

James103 commented Apr 25, 2024

For example, new Decimal("(e^-8.1)1") returns a Decimal whose layer is -8.1.

Similarly, new Decimal("(e^-22.1)1") returns a Decimal whose layer is -22.1.

Both Decimal objects have invalid layer values and may not work properly with operations.

@James103 James103 changed the title new Decimal("(e^x)1") returns Decimal with negative layer if x is negative new Decimal("(e^x)1") returns Decimal with negative layer if x is negative Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant