Skip to content

Display of Python floats #60

@martin-henz

Description

@martin-henz

Python floats are displays to look like integers if the bits after the decimal point are all 0.

1.0

is displayed as

1

but should be displayes as

1.0

Metadata

Metadata

Assignees

Labels

bugSomething isn't workinggood first issueGood for newcomers

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions