Liking cljdoc? Tell your friends :D

fluree.crypto.bn

Utility functions to encode some of the stranger, easy to forget behaviors of the sjcl/bn (BigNumber) library. For example, bn.greaterEquals doesn't return a boolean as you'd expect. It returns 1 if true, 0 if false. But 0 is truthy in Clojure(Script)!

Utility functions to encode some of the stranger, easy to forget behaviors
of the sjcl/bn (BigNumber) library. For example, bn.greaterEquals doesn't
return a boolean as you'd expect. It returns 1 if true, 0 if false. But 0 is
truthy in Clojure(Script)!
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close