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 62769e0 commit 6947302Copy full SHA for 6947302
1 file changed
lib/node_modules/@stdlib/number/uint64/ctor/lib/main.js
@@ -54,7 +54,7 @@ var TWO_32 = 0x100000000; // 2^32
54
* @constructor
55
* @param {(NonNegativeInteger|bigint)} value - integer value
56
* @throws {TypeError} must invoke using the `new` keyword
57
-* @throws {TypeError} must provide a number on the interval [0, 2^64]
+* @throws {TypeError} must provide a valid number
58
* @returns {Uint64} unsigned 64-bit integer
59
*
60
* @example
0 commit comments