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