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
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#3366.
Resolves#3368.
Resolves #3341.
0 commit comments