Conversion/rounding from Float64 to Int64

Use trunc(Int64, fm) or if you are absolutely sure it won’t overflow, unsafe_trunc(Int64, fmt).

3 Likes