You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Particularly for numbers, it would be good to have the type hierarchy and aliases in an easy to access place. http://docs.julialang.org/en/latest/stdlib/base/?highlight=log#standard-numeric-types
has concrete types only. The manual's discussion of abstract types gives some information but this is hard to find as reference material, and it is unclear if it is comprehensive or illustrative.
Aliases like Int should be in there too. Discussion of which types to use under which circumstances would also be helpful, though perhaps out of place in a reference manual.
A complete reference on the type hierarchy (not just Numeric) also seems it should be somewhere, though perhaps there isn't enough going on outside of numbers to justify it.
The text was updated successfully, but these errors were encountered:
Particularly for numbers, it would be good to have the type hierarchy and aliases in an easy to access place. http://docs.julialang.org/en/latest/stdlib/base/?highlight=log#standard-numeric-types
has concrete types only. The manual's discussion of abstract types gives some information but this is hard to find as reference material, and it is unclear if it is comprehensive or illustrative.
Aliases like Int should be in there too. Discussion of which types to use under which circumstances would also be helpful, though perhaps out of place in a reference manual.
A complete reference on the type hierarchy (not just Numeric) also seems it should be somewhere, though perhaps there isn't enough going on outside of numbers to justify it.
The text was updated successfully, but these errors were encountered: