-
Notifications
You must be signed in to change notification settings - Fork 13
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
Relax AbstractFloat to Real #58
Comments
I am not very familiar with this package but I would guess that SkyCoords tries to convert arguments to a common floating point type when constructed from generic reals, but if |
Number types like MonteCarloMeasurements support all kinds of math ( |
@mileslucas @giordano wdyt? |
There are quite some Julia packages that provide numbers
<: Real
but not<: AbstractFloat
. Currently, one cannot use them with SkyCoords:Can we relax the constraints in SkyCoords to
<: Real
? I'll be happy to make a PR for that.The text was updated successfully, but these errors were encountered: