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)!
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |