It would be incredibly useful to be able to create user-defined variables. An example of a use-case would be if a calculation utilizes 4 data inputs from sensors, and the equations change based on how many of said sensors are operational. A user-defined variable would allow for a simpler way for the calc to read if a sensor is erroneously reading or not, rather than filtering through 4+ conditional statements at each step of the calculation.