EngineeringPaper.xyz icon indicating copy to clipboard operation
EngineeringPaper.xyz copied to clipboard

EngineeringPaper.xyz is a web app that makes it easy to create, save, and share engineering calculations.

Results 62 EngineeringPaper.xyz issues
Sort by recently updated
recently updated
newest added

While trying out this great software, I came across an important limitation for me .... I was unable to use commas in subscripts for variables. ![grafik](https://github.com/user-attachments/assets/64e8120f-d178-4196-b8d4-be9d689f2f78) 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....

enhancement

![image](https://github.com/user-attachments/assets/b67aef65-bdaf-4a80-a163-7bf4d851e2a7) 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...

enhancement

Are comparison operators supported? If not, can they be? ![image](https://github.com/user-attachments/assets/dbb017fb-19ef-48e4-b189-fc35e011002b) I guess piecewise expressions are a good workaround. ![image](https://github.com/user-attachments/assets/e38d3425-7404-42e9-9172-1160b0216d00)

Document export will need to be addressed to support this since markdown doesn't support centering.

enhancement

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...

enhancement

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...

dependencies

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.

enhancement