Skip to content

Comparing ℵ₀ and  #41

@putianyi889

Description

@putianyi889

Does these mean ℵ₀ is strictly greater than while they are also equal? What is the purpose behind it?

@test ℵ₀ ==&&== ℵ₀

@test !(∞ < ℵ₀) && ℵ₀

@test min(∞,ℵ₀) min(ℵ₀,∞)
@test max(∞,ℵ₀) max(ℵ₀,∞) ℵ₀

https://github.com/JuliaLang/julia/blob/43d7f881f8e26eb4bb7ef3d6f84b378d28125325/base/promotion.jl#L532-L533

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions