Thanks, Using reinterpret julia version is
function exp_approx(val::Float64)
return reinterpret(Float64, int(1512775 * val + 1072632447)<<32)
end
Dejan
On Wednesday, March 4, 2015 at 9:59:53 PM UTC-8, Ivar Nesje wrote:
>
> Casting is called reinterpret in Julia.
