phetsims / curve-fitting

"Curve Fitting" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
6 stars 3 forks source link

quartic polynomials? #84

Closed pixelzoom closed 8 years ago

pixelzoom commented 8 years ago

The Java version supports quartic polynomials, the HTML5 version does not. Since I'm jumping in late in the process, I want to verify that that was a conscious decision, and not a programming oversight.

Java version:

screenshot_69

HTML5 version:

screenshot_70

ariel-phet commented 8 years ago

@pixelzoom - this was a conscious decision. Meeting notes in the design doc from October 9 (2015 I believe) have the following

quartic

Thanks for checking though! Closing