mirror of
https://github.com/S2-/gitlit
synced 2025-08-04 05:10:05 +02:00
packager
This commit is contained in:
6
app/node_modules/cuint/examples/dividing.js
generated
vendored
Normal file
6
app/node_modules/cuint/examples/dividing.js
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
var UINT32 = require('..').UINT32
|
||||
|
||||
var v1 = UINT32('3266489917')
|
||||
var v2 = UINT32('668265263')
|
||||
var v1div2 = v1.clone().div(v2)
|
||||
console.log( v1 + ' / ' + v2 + ' = ' + v1div2 )
|
Reference in New Issue
Block a user