Categories
RSS Feed
Search NewtonExcelBach
Archives
Top Posts
- Using LINEST for non-linear curve fitting
- 3DFrame Ver 1.03 and Frame4 Ver 3.07
- About Newton Excel Bach
- Daily Download 5: Frame Analysis
- Downloads
- Cubic Splines
- Using Linest for non-linear curve fitting, examples, hints and warnings
- Deflections and Moments in Rectangular Plates
- Writing Arrays to the worksheet - VBA function
- Contour plots with Excel and Matplotlib
Recent Comments
Tag Archives: IEE 754
Floating Point Precision Problems
A question on Quora : prompted me to look at how these numbers are handled in Excel, in VBA called from Excel, and in Python called from Excel via pyxll. The results are shown in the screenshot below: Column A … Continue reading
When does 35 not equal 35?
… and when does 35 – 35 not equal zero? In the first case the answer is when one “35” is on an Excel spreadsheet and the other 35 is in VBA. The question arose from the ongoing continuous beam … Continue reading
Posted in Excel, Maths, Newton, VBA
Tagged Excel, Floating point arithmatic, IEE 754, VBA
12 Comments