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

Missing attributes in ConfigOptions type? #2401

Closed
TheBB opened this issue Jan 30, 2022 · 3 comments
Closed

Missing attributes in ConfigOptions type? #2401

TheBB opened this issue Jan 30, 2022 · 3 comments

Comments

@TheBB
Copy link

TheBB commented Jan 30, 2022

The type for ConfigOptions appears to be missing predictable. I assume that's an oversight?

mathjs/types/index.d.ts

Lines 3410 to 3417 in 3c54623

interface ConfigOptions {
epsilon?: number;
matrix?: string;
number?: string;
precision?: number;
parenthesis?: string;
randomSeed?: string;
}

@josdejong
Copy link
Owner

Thanks for reporting, that is a bug. parenthesis should be predictable, see docs: https://mathjs.org/docs/core/configuration.html

@josdejong
Copy link
Owner

Fixed via ce67989. (not yet published)

@TheBB
Copy link
Author

TheBB commented Jan 30, 2022

Thanks for the quick response!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants