240
edits
m (Marked implementation of polyval as done) |
|||
Line 13: | Line 13: | ||
** All required IEEE 1788 functions are implemented, the standard is currently in recirculation ballot phase and quite stable. | ** All required IEEE 1788 functions are implemented, the standard is currently in recirculation ballot phase and quite stable. | ||
** Planned: more solvers | ** Planned: more solvers | ||
*** <code>fsolve</code>, | *** <code>fsolve</code>, | ||
*** and possibly <code>roots</code> | *** and possibly <code>roots</code> | ||
*** Algorithms can be migrated from the C-XSC Toolbox (C++ code) from [http://www2.math.uni-wuppertal.de/wrswt/xsc/cxsc_new.html] (see | *** Algorithms can be migrated from the C-XSC Toolbox (C++ code) from [http://www2.math.uni-wuppertal.de/wrswt/xsc/cxsc_new.html] (see nlinsys.cpp, and cpzero.cpp respectively). | ||
** Planned: Improvement of the user documentation | ** Planned: Improvement of the user documentation | ||
*** Explain interval arithmetic concepts with examples from the package | *** Explain interval arithmetic concepts with examples from the package |
edits