repo.or.cz
/
liba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
fix version matching in FindPackage.cmake
[liba.git]
/
javascript
/
test
/
a.js
blob
94b16a3774e7343d54f739a124ad1263dd792ce2
1
#!/usr/bin/env node
2
var liba = require("../liba");
3
console.log(liba.isqrt(4));
4
console.log(liba.rsqrt(4));
5
console.log(liba.hash_bkdr("0123456789", 0));
6
console.log(liba.hash_sdbm("0123456789", 0));