-
Notifications
You must be signed in to change notification settings - Fork 4
Changes to fit coefficient outputs #79
Copy link
Copy link
Open
Description
-
Can we reverse the order of the polynomial that is put out? Currently it lists Ax^4 + Bx^3 + Cx^2 + Dx + F. This always seems backward to us. Can we instead see F + Dx + Cx^2 + Bx^3 + Ax^4?
-
Can we just see a number, rather than the value written as an exponent? For example, we would prefer 0.0678 rather than 6.78E-2. (For small numbers. Obviously for 3e100 this isn't going to work. We may need an if to deal with this. Python naturally does this (see here https://datagy.io/python-scientific-notation/) but not when formatting. And we need formatting to force item 3 I think.
-
Have Curvallis give a fit with more decimal points? At least 8.
Thanks,
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels