We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f673ab commit f71ede9Copy full SHA for f71ede9
runtime/Stdlib_BigInt.resi
@@ -11,7 +11,7 @@ See [`BigInt.asIntN`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Re
11
## Examples
12
13
```rescript
14
-BigInt.asIntN(~width=4, 25n)->assertEqual(9n)
+BigInt.asIntN(~width=4, 25n)->assertEqual(-7n)
15
BigInt.asIntN(~width=4, 3n)->assertEqual(3n)
16
```
17
*/
0 commit comments