Liking cljdoc? Tell your friends :D

active.codecs.numbers

Decode and encode sequences of bytes into numbers.

Decode and encode sequences of bytes into numbers.
raw docstring

factor-decimalclj

(factor-decimal c factor)

Returns a codec based on the integer codec c, but for decimal values based on multiplicatin/division by the given factor.

Returns a codec based on the integer codec `c`, but for decimal
values based on multiplicatin/division by the given factor.
raw docstring

i-mulclj

(i-mul a b)

int16clj

An alias of int16-be-2c.

An alias of [[int16-be-2c]].
raw docstring

int16-be-2cclj

Codec of a big-endian 16 bit signed integer in two's complement form.

Codec of a big-endian 16 bit signed integer in two's complement form.
raw docstring

int24clj

An alias of int24-be-2c.

An alias of [[int24-be-2c]].
raw docstring

int24-be-2cclj

Codec of a big-endian 24 bit signed integer in two's complement form.

Codec of a big-endian 24 bit signed integer in two's complement form.
raw docstring

int32clj

An alias of int32-be-2c.

An alias of [[int32-be-2c]].
raw docstring

int32-be-2cclj

Codec of a big-endian 32 bit signed integer in two's complement form.

Codec of a big-endian 32 bit signed integer in two's complement form.
raw docstring

int8clj

An alias of int8-2c.

An alias of [[int8-2c]].
raw docstring

int8-2cclj

Codec of 8 bit integer in two's complement form.

Codec of 8 bit integer in two's complement form.
raw docstring

uint16clj

An alias of uint16-be.

An alias of [[uint16-be]].
raw docstring

uint16-beclj

Codec of a big-endian 16 bit unsigned integer.

Codec of a big-endian 16 bit unsigned integer.
raw docstring

uint24clj

An alias of uint24-be.

An alias of [[uint24-be]].
raw docstring

uint24-beclj

Codec of a big-endian 24 bit unsigned integer.

Codec of a big-endian 24 bit unsigned integer.
raw docstring

uint32clj

An alias of uint32-be.

An alias of [[uint32-be]].
raw docstring

uint32-beclj

Codec of a big-endian 32 bit unsigned integer.

Codec of a big-endian 32 bit unsigned integer.
raw docstring

uint8clj

Codec of an 8 bit unsigned integer.

Codec of an 8 bit unsigned integer.
raw docstring

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

× close