Skip to content

Commit be9ea61

Browse files
Merge pull request #283 from DanielVandH/patch-1
Change ArbFloats.jl reference to ArbNumerics.jl
2 parents 3b0c008 + 4f80fb8 commit be9ea61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/showcase/ode_types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ few useful/interesting types that can be used:
88
| Julia Type Name | Julia Package | Use case |
99
|:------------------------ |:------------------------------------------------------------------------------------- |:--------------------------------------------------------------- |
1010
| BigFloat | Base Julia | Higher precision solutions |
11-
| ArbFloat | [ArbFloats.jl](https://github.com/JuliaArbTypes/ArbFloats.jl) | More efficient higher precision solutions |
11+
| ArbFloat | [ArbNumerics.jl](https://github.com/JeffreySarnoff/ArbNumerics.jl) | More efficient higher precision solutions |
1212
| Measurement | [Measurements.jl](https://github.com/JuliaPhysics/Measurements.jl) | Uncertainty propagation |
1313
| Particles | [MonteCarloMeasurements.jl](https://github.com/baggepinnen/MonteCarloMeasurements.jl) | Uncertainty propagation |
1414
| Unitful | [Unitful.jl](https://painterqubits.github.io/Unitful.jl/stable/) | Unit-checked arithmetic |

0 commit comments

Comments
 (0)