erl_cbor_float (erl_cbor v2.0.1)

Link to this section Summary

Link to this section Types

Specs

value() :: float() | positive_infinity | negative_infinity | nan.

Link to this section Functions

Specs

decode_f16(<<_:16>>) -> value().

Specs

decode_f32(<<_:32>>) -> value().

Specs

decode_f64(<<_:64>>) -> value().