Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Look at the numerical stability of operations, or import a well-maintained maths library #983

Open
christianp opened this issue Dec 21, 2022 · 0 comments
Labels
Difficult! Issues that will take a long time to implement, or involve big breaking changes Needs thinking about

Comments

@christianp
Copy link
Member

christianp commented Dec 21, 2022

Matrix operations in particular can quickly accumulate rounding errors.

Someone with experience in this kind of thing could look at the routines in runtime/scripts/math.js and improve them.

Numbas began before there were any good libraries of maths functions in JavaScript, but now there are quite a few. What would it take to replace our versions of common maths functions with an imported library?

@christianp christianp added Needs thinking about Difficult! Issues that will take a long time to implement, or involve big breaking changes labels Dec 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Difficult! Issues that will take a long time to implement, or involve big breaking changes Needs thinking about
Projects
None yet
Development

No branches or pull requests

1 participant