tecosaur / About.jl

Mirror of https://code.tecosaur.net/tec/About.jl
Mozilla Public License 2.0
130 stars 7 forks source link

`about(-1)` displays double negative #9

Closed LilithHafner closed 6 months ago

LilithHafner commented 7 months ago
julia> about(-1)
Int64, 8B (<: Signed <: Integer <: Real <: Number <: Any)

 1111111111111111111111111111111111111111111111111111111111111111
 = --1
tecosaur commented 6 months ago

Thanks, fixed in 35aeef29b022fe3dfeb6ece68babc8f38d0a0a60 :)