View Source vterm_new_float_ext (erldist_filter v1.28.5)

Summary

Types

-type t() :: #vterm_new_float_ext{ieee_float :: <<_:64>>}.

Functions

Link to this function

internal_vterm_to_binary(T, Opts)

View Source
-spec internal_vterm_to_binary(T, Opts) -> binary() when T :: t(), Opts :: term().
-spec new(IEEEFloat) -> T when IEEEFloat :: <<_:64>>, T :: t().
-spec simplify(t()) -> term().