List.to_float

You're seeing just the function to_float, go back to List module for more information.

Specs

to_float(charlist()) :: float()

Returns the float whose text representation is charlist.

Inlined by the compiler.

Examples

iex> List.to_float('2.2017764e+0')
2.2017764