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

Formula Solver: Case sensitive variables #1931

Open
S-Man42 opened this issue Sep 25, 2024 · 1 comment
Open

Formula Solver: Case sensitive variables #1931

S-Man42 opened this issue Sep 25, 2024 · 1 comment

Comments

@S-Man42
Copy link
Owner

S-Man42 commented Sep 25, 2024

(from mgo via E-mail)

Hallo,
ich habe eben ein Torus Volumen mit dem Formelrechner ausgerechnet.
Die Formel ist 2 * π² * r² * R
Das Quadrat und das Pi haben wunderbar funktioniert.
Allerdings das r und R nicht.
Ich hatte r=2.1 und R=30.575 angegeben.
In der Formel hat er nur den Wert für r verwendet.
Mein Vorschlag: Umstellung auf case-sensitive wenn Variablen case-insensitive doppelt, aber case-sensitive eindeutig definiert sind. Oder einen Schalter einbauen.
Gruß und Danke für die App

@S-Man42 S-Man42 changed the title Formula Solver: Case insensitive variables Formula Solver: Case sensitive variables Sep 25, 2024
@S-Man42
Copy link
Owner Author

S-Man42 commented Sep 25, 2024

I fear that this could cause a lot of following failures because the entire code is build for insensitive variables. One must handle this one extremely careful with a lot of testing

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