-
Notifications
You must be signed in to change notification settings - Fork 15
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
Allow more common physics/engineering characters #285
Comments
Thanks for the suggestion. This is related to #283. Variable names need to be able to map one-to-one to Python variable names and Python doesn't support the dotted letter names. However, Python does support international unicode alphabets, so that would address the missing delta symbol since it's part of the Greek alphabet. I eventually plan to support the same international characters that Python supports in variable names. |
could there be a single special character sequence, legal in python, which is invalid input syntax for EPxyz, which denotes a "spelled-out" special character? Then, if we say the special character sequence is |
It's technically possible to do, it just introduces quite a bit of complexity and overhead for the conversion to and from Python. |
I've been unable to use characters such as ṁ for mass flow rate, or vdot for volumetric flow rate, or DeltaV for change in velocity, or t_1/2 for the halflife. It would be nice to be able to use these characters as variables.
The text was updated successfully, but these errors were encountered: