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 b81fb3c commit ccff6bbCopy full SHA for ccff6bb
lib/node_modules/@stdlib/number/int32/base/to-uint32/lib/main.js
@@ -28,11 +28,13 @@
28
*
29
* @example
30
* var float64ToInt32 = require( '@stdlib/number/float64/base/to-int32' );
31
+*
32
* var y = int32ToUint32( float64ToInt32( -1.0 ) );
33
* // returns 4294967295
34
35
36
37
38
* var y = int32ToUint32( float64ToInt32( 3 ) );
39
* // returns 3
40
*/
0 commit comments