Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement float() and complex() for Missing #39647

Merged
merged 2 commits into from
Feb 14, 2021
Merged

Implement float() and complex() for Missing #39647

merged 2 commits into from
Feb 14, 2021

Commits on Feb 13, 2021

  1. Implement float() and complex() for Missing

    `float` is already defined for `missing` and `AbstractArray{Union{T, Missing}}`.
    Add a definition taking a type consistent with these methods.
    Also implement similar definitions for `complex`.
    nalimilan committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    4e9bfa2 View commit details
    Browse the repository at this point in the history
  2. Fix ambiguous test

    nalimilan committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    351e82e View commit details
    Browse the repository at this point in the history