-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Closed
Labels
bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behaviordisplay and printingAesthetics and correctness of printed representations of objects.Aesthetics and correctness of printed representations of objects.embarrassing-bugfixWhoops!Whoops!strings"Strings!""Strings!"
Description
julia> using Printf
julia> @sprintf "%4d" typemin(Int8)
"-/.("
julia> @sprintf "%4d" typemin(Int16)
"--.)*("
julia> @sprintf "%4d" typemin(Int32)
"-./,),(-*,("
julia> @sprintf "%4d" typemin(Int64)
"-'..--).0-*(+,))+(0("
julia> @sprintf "%4d" typemin(Int128)
"-/)0/,//(-,*0,*'.-/)-/*()-0-)/+((,/0+).("```Metadata
Metadata
Assignees
Labels
bugIndicates an unexpected problem or unintended behaviorIndicates an unexpected problem or unintended behaviordisplay and printingAesthetics and correctness of printed representations of objects.Aesthetics and correctness of printed representations of objects.embarrassing-bugfixWhoops!Whoops!strings"Strings!""Strings!"