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

No links to "construction" doc pages #3368

Open
gwhitney opened this issue Jan 27, 2025 · 0 comments · May be fixed by #3375
Open

No links to "construction" doc pages #3368

gwhitney opened this issue Jan 27, 2025 · 0 comments · May be fixed by #3375
Labels
bug documentation Concerns about or enhancements to the mathjs documentation

Comments

@gwhitney
Copy link
Collaborator

Describe the bug
There are doc pages for construction functions such as bignumber but no links to such functions from the function reference page. Further, the new construction function bigint has no page.

To Reproduce
n/a

Discussion
I plan to address this in the PR for #3366 which will also update the bigint function.

@gwhitney gwhitney added bug documentation Concerns about or enhancements to the mathjs documentation labels Jan 27, 2025
gwhitney added a commit to gwhitney/mathjs that referenced this issue Jan 31, 2025
   Adds options to the bigint constructor function `math.bigint()` to
   control whether/how non-integer inputs are rounded or errors thrown,
   and whether "unsafe" values outside the range where integers can be
   uniquely represented are converted. Changes `math.numeric(x, 'bigint')`
   to call the bigint constructor configured to allow unsafe values but
   throw on non-integers (closest approximation to its previous buggy
   behavior).

   Also restores documentation generation for constructor functions,
   and initiates History sections in function doc pages.

   Resolves josdejong#3366.
   Resolves josdejong#3368.
   Resolves josdejong#3341.
@gwhitney gwhitney linked a pull request Jan 31, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug documentation Concerns about or enhancements to the mathjs documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant