Liking cljdoc? Tell your friends :D

fress.impl.bigint


<<cljs

(<< a b)
source

>>cljs

(>> a b)
source

abscljs

(abs bn)
source

bigintcljs

(bigint n)
source

bigint->bytescljs

(bigint->bytes bn)
source

bigint->hexcljs

(bigint->hex bn)
source

bigint?cljs

(bigint? n)
source

bit-switchcljs

(bit-switch bn)

@return {number} bits not needed to represent this number

@return {number} bits not needed to represent this number
sourceraw docstring

bytes->bigintcljs

(bytes->bigint bytes)
source

flip-bin-stringcljs

(flip-bin-string bin)
source

hex->signed-bigintcljs

(hex->signed-bigint hex)

interprets as signed integer, use js/BigInt directly for unsigned

interprets as signed integer, use js/BigInt directly for unsigned
sourceraw docstring

powcljs

(pow base exponent)
source

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

× close