more accurate values for polynomial trendline coefficients
I have a dataset of number pairs that do define a quite smooth curve with some gentle curves. Plotted in Numbers, by eye the polynomial trendline appears to be a good fit if it is 5th order. But the displayed equation does not seem to display enough accuracy (digits) to allow me to use them to calculate good values. For example the 5th order coefficient is displayed as "-0.0004", which could be anywhere from -0.000351 to -0.000449. What the actual value of that coefficient is makes a big difference in the outcome, as x values go as high as 365. I have tried using more digits to optimize each coefficient separately, but that's what a least squares fitting code should be doing properly for all of the coefficients simultaneously for me. How can I get more accuracy (digits) in the displayed values of the coefficients of the fitted polynomial?
MacBook Pro 14″, macOS 14.1