Categories
RSS Feed
Search NewtonExcelBach
Archives
Top Posts
- Using LINEST for non-linear curve fitting
- 3DFrame Ver 1.03 and Frame4 Ver 3.07
- XLDennis, the MSDN Library, and VBA rant
- About Newton Excel Bach
- Cubic Splines
- Downloads
- Filling Blanks with Go To-Special (and local help rant)
- Section Properties with MeshPY, including torsion and warping
- Frame Analysis with Excel – 7; Shear deflections and support displacements
- Finding Prime Numbers with Excel, and using Array Formulas
Recent Comments
Tag Archives: Exact calculation with long integers
More long numbers with Python
In A not so easy problem I looked at using Python with Excel (via pyxll) to work with very long integers, using the MPMath package. For high precision calculations involving decimal values MPMath is required, but for simple operations entirely … Continue reading