enver v0.2.0 Enver.FloatParser
Link to this section Summary
Functions
Converts the given binary to an float
Link to this section Types
Link to this section Functions
Converts the given binary to an float.
iex(1)> Enver.FloatParser.parse("1.23", %{type: :float})
{:ok, 1.23}