We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cf7bd9 commit 261f72cCopy full SHA for 261f72c
README.md
@@ -21,7 +21,6 @@ For example,
21
| `Measurement{Float32}` | `Float32` |
22
| `Dual{BigFloat}` | `BigFloat` |
23
| `Rational{Int8}` | `Int8` |
24
-| `Dict{Int64,Float64}` | `Int64` |
25
| `Quantity{Float32,Dimensions}` | `Float32` |
26
27
Packages should write a method to `base_numeric_type`
src/BaseType.jl
@@ -18,7 +18,6 @@ For example,
18
| `Set{Float32}` | `Float32` |
19
20
"""
0 commit comments