-
Notifications
You must be signed in to change notification settings - Fork 3
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
Define custom units and formulas #18
Comments
Thanks for the suggestions! I think I should be able to implement these within the next month or so. I've been busy, but I think these features wouldn't be too tricky. (edit: and sorry for the delay!) Custom unitsFor custom units, I wish I could support arbitrary expressions (
I think I could pretty easily handle that, and implement it within the next few weeks. (The text part is probably easy, the the GUI part might take some more time). FormulasFor What would you think instead about a definition like this, with brackets at the end:
Then you could get the latest vaue by doing Local variablesAs a continuation of the above, what if you did (Aside: perhaps I could add a shortcut to re-define a function to take the latest variable values that aren't parameters. Something like Other thoughts[1]: For custom units like |
Thanks for reply! Your suggestions fill so much gaps! If a variable is used in function but not in its parameters, then I think should use that variable's value, this would allow using variables represnting constants for example to be used in functions I wonder why non linear unit conversions can't be defined while, similarly, one would be able to create a non linear function that takes a unit and outputs another (i.e., |
|
Feature Requests:
x*100->x m to cm
100+x*1.5->cost
(on updatingx
,cost
is automatically updated)The text was updated successfully, but these errors were encountered: