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

SS-3561 Single sided limits don't work #5

Open
fakemoses opened this issue Aug 1, 2023 · 0 comments
Open

SS-3561 Single sided limits don't work #5

fakemoses opened this issue Aug 1, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@fakemoses
Copy link
Owner

https://smath.com/bts/Issues/IssueDetail.aspx?id=3561

Description:

Due to changes in the pre-processing or argumentws, the function Lim() can't find out if x.0+0 or x.0-0 was specified as value for x. (6671)

image

Update(June 16, 2021):

Other options would be the use of similar symbols as exponent

image

Update (September 16, 2018):

In order to prevent preprocessing from destroying the side information of the limit operator, you can replace +/-0 by +/- something symbolic, which can be replaced by 0 after the limit operation.

One could also define a unit '+ and a unit '-, which could receive a special translation. Currently, this fails because Maxima does not accept operator symbols in names.

image

@fakemoses fakemoses added the bug Something isn't working label Aug 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant