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
[MERGE #5806@duongnhn] BigInt: support increment, decrement with assign
Merge pull request #5806 from duongnhn:user/duongn/bigint_inc_post
- change incr, decr post to use incr and decr without conversion instead of add_a, dec_a
- change conv_num (to number) to use conv_numeric (to numeroc) according to https://tc39.github.io/proposal-bigint/#sec-tonumeric
0 commit comments