-
Notifications
You must be signed in to change notification settings - Fork 8
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
Mention ArbNumerics (because of ArbFloat type) #235
Comments
ArbNumerics.jl is the maintained, newer realization of ArbFloats.jl. And yes, they should be linked. If by mutable you mean the value of a variable may be re-assigned, e.g. updated, they are mutable. |
Yes, I meant that one... I'm recalling the ArbFloat type which is there too (I assume moved), so I tend to mix up looking up the older one. |
Sorry for missing this. Where would you expect MutableArithmetics to mention ArbNumerics? It seems they have slightly different goals. |
Closing because I don't know what MutableArithmetics.jl needs to document about ArbNumerics.jl. (The fact that it is a One concrete work item might be for |
It is being worked on in kalmarek/Arblib.jl#178. We should reference it in the README once this PR is merged |
@JeffreySarnoff Should this package document/point to
ArbFloats.jlArbNumerics.jl as an alternative? It seems they are mutable, and this package not needed:https://github.com/JuliaArbTypes/ArbFloats.jl/blob/9710fb9b65adff5a62336b6eff50b4d55f378f75/src/type/ArbCstructs.jl#L50
They are faster that BigFloat, and should be documented in JuliaLang's docs. I found your package there, suggesting to use, since faster than BigFloat, but I think people might overlook even faster option. In case I misunderstand and ArbFloats aren't mutable, then it's an even better reason to point to from here, since can be used together, not as alternatives?
The text was updated successfully, but these errors were encountered: