-
Notifications
You must be signed in to change notification settings - Fork 19
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
[Request] numbat #3401
Comments
How good/useful is this really? Python, bc, bash, etc are available on every installation and already have ability to do calculations. Why did I have to learn unit conversions in school if a program would just do it for me? Looks like Black-Scholes equation is missing. |
There is definitely little interest in something like this, but it seems useful to at least the one who requested. <3mb is reasonable. |
The AUR package has some minor issues / annoyances. For instance, two copies of source are downloaded, while only one appears to be used. Downloads have incorrect filename / extension. Provides is set unnecessarily. They shouldn't affect building, and would be easier to overlook if the program is sufficiently useful. So I was hoping for an answer to, 'Why not use an existing commonly available utility?' Existing utilities have various drawbacks, and |
Hello, sorry for the late reply. I major in Physics, and I find it to be a convenient tool for performing calculations in the lab. The tool has all the features I need for this specific scenario. It's offline, simple, fast, straightforward, and, most importantly, correct. The bc program is frustrating to use, and some Python packages even produce incorrect results. The design of the program is really interesting and perfectly fulfills the design objective of a scientific calculator. For example, it gives an error message when typing sin(5 Bq) because this expression is essentially meaningless in physics. Additionally, when typing (5 Bq)^2, it informs you that the dimension of the result is Time⁻², which is both insightful and heuristic. |
@YuugataShinonome Thanks for the response. The use case is helpful, and I've edited the request to include it. I plan to run a test build soon and will ask the maintainer to update the package. |
@YuugataShinonome Would the git package be satisfactory ( |
Package
https://aur.archlinux.org/packages/numbat
Purpose
The design of the program is really interesting and perfectly fulfills the design objective of a scientific calculator. I major in Physics, and I find it to be a convenient tool for performing calculations in the lab. The tool has all the features I need for this specific scenario. It's offline, simple, fast, straightforward, and, most importantly, correct. The bc program is frustrating to use, and some Python packages even produce incorrect results.
License
MIT
The text was updated successfully, but these errors were encountered: