Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 156 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 156 Bytes

HalfIntegers.jl

Number type for Half{<:Integer} values:

julia> Half(3) == 1.5
true

julia> Half(3) + Half(1)
2.0

julia> Half(3) + 1
2.5