-
Notifications
You must be signed in to change notification settings - Fork 10
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
Potential for version 1.2? #22
Comments
Compiling with LLVM does greatly improve the speed, I did benchmarks a few months ago :) |
Haha dude I have an Algebra 1 final exam coming up and I think this PCAS thing is so going to help me pass lol. There are a few issues but its still super awesome. Now I'm just waiting for someone to make Doom for the ti 84 plus ce. |
It would be great if partial derivatives could be added as well. |
I've been waiting for half a year... I don't think that it is going to happen.. but I did pass my algebra finals really well!!! |
Maybe someone can try this version built with the latest LLVM-based toolchain: PCAS_llvm_build_new.zip (or if it doesn't work, maybe this slightly older version) Make sure to use the latest libs: https://github.com/CE-Programming/libraries/releases/latest |
I will try it. |
OK thanks. Yeah might be some leftovers in memory, but that should be completely harmless. You can clear after that. |
@FPSUsername @arusher999 Partial derivatives are already a part of PCAS. You can choose which variable to take the derivative with respect to. @adriweb Thanks for compiling with the new toolchain! That's pretty awesome. Those artifacts on the home screen also appear at times with the old toolchain, so nothing to worry about. |
Oh yes, that's right. |
@nathanfarlow Can we think about adding #12 to the feature list for PineappleCAS? The new toolchain does seem to be faster, though. |
For future visitors, you can get the latest C libraries (clibs) here: https://github.com/CE-Programming/libraries/releases |
@nathanfarlow If we have differentiation, how hard would it be to add some integration support? P.S. Regardless, this is amazing! I'm so excited to see that this project exists! |
Extremely hard. Differentiation is easy, integration is completely different and way harder in general, requiring a lot more algorithms. See Risch, for instance.
In 3 words: not gonna happen :p
|
How about = equations, like 5x=40 and stuff like that but with fractions? |
Just curious, is there any interest in a v1. 2? |
I do not believe that there is any active development on this project currently. Quite a shame since this has the potential to become an actually full CAS for the CE. |
I would like to know if the project is still being worked on and if so when the approximate date of release of v. 1.2 will be.
The text was updated successfully, but these errors were encountered: