Skip to content

restore type info in show of float types? #33115

Closed

Description

See #32799 (comment).

Before:

julia> Any[1.0f0, 1.0]
2-element Array{Any,1}:
 1.0f0
 1.0  

after:

julia> Any[1.0f0, 1.0]
2-element Array{Any,1}:
 1.0
 1.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

display and printingAesthetics and correctness of printed representations of objects.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions