EngineeringPaper.xyz
EngineeringPaper.xyz copied to clipboard
EngineeringPaper.xyz is a web app that makes it easy to create, save, and share engineering calculations.
While trying out this great software, I came across an important limitation for me .... I was unable to use commas in subscripts for variables.  I am convinced that...
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....
 As the image shows, the calculated column displays all 15 digits of precision. I would have liked to truncate that to 4 sig figs. Really, calculated rows should have...
Are comparison operators supported? If not, can they be?  I guess piecewise expressions are a good workaround. 
Document export will need to be addressed to support this since markdown doesn't support centering.
EP defaults to symbolic expressions for calculations. However, there are cases where symbolic calculations are slow when very large expressions are generated through nested substitutions. Providing a way to evaluate...
EP's included CoolProp is currently at 6.6.0, which is from Nov. 2023. CoolProp is currently at 7.1.0. Will need to submit a pull request to the [Pyodide package recipe](https://github.com/pyodide/pyodide-recipes/blob/main/packages/coolprop/meta.yaml) repo...
We could have in-line cad models with openscad scripts. Here is a browser version of OpenSCAD: https://github.com/openscad/openscad-playground It would be very cool to have sheet-defined cad models that adapt to...
Currently, calling functions seems to work like you are substituting symbols in an expression, e.g. If $$y_{2}=x^{2}$$, then to get $$y(3)$$ we need to explictly type $$y(x=3)$$ While this is...
Provide some means to select one or more cells and then add the functionality to cut, copy, and/or paste those cells either within one sheet or across multiple sheets.