-module('Data.Int.FFI'). -export([toFloat/1]). toFloat(X) -> X * 1.0.