Skip to content

Numbers overflowing float limit are printed as Infinity #826

@ark120202

Description

@ark120202

Playground

Input:

print(1e309);

Current Result:

print(Infinity)

Expected Result:

print(math.huge)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions