You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
Resolvesjosdejong#3366.
Resolvesjosdejong#3368.
Resolves josdejong#3341.
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.The text was updated successfully, but these errors were encountered: