efficalc icon indicating copy to clipboard operation
efficalc copied to clipboard

Modern, automated, and powerful engineering calculations with Python

Results 6 efficalc issues
Sort by recently updated
recently updated
newest added

Often, the same calculation will be run for many inputs to batch design a system of elements. We should create an easy way to render a calculation report for this...

enhancement
help wanted
good first issue

When converting the AISC sections database for circular sections. The numbers within the section names have been converted to a floating point number. This does not match the standard naming...

bug
help wanted
good first issue

Added a plotter for axial-moment interaction where the factored load is specified as Mx, my, P, and a function is called that interpolates between the points of the PMM diagram...

## Summary by Sourcery Add a new example for analyzing reinforced concrete columns under biaxial bending, including PMM and PM diagrams, DCR calculations, and detailed calculation reports. Enhance the canvas...

While html is fine and could be printed manually to pdf format , a different story is doing recursively . There are some python package that can help with that...

Hello there, I did some tests to integrate units management into Efficalc and found ['Pint'](https://pypi.org/project/Pint/) is quite good at that, here you will see an example: ``` from efficalc import...