|
1 | 1 | # Dealing with types in Julia |
2 | 2 |
|
3 | | -[](./LICENSE.md) [](https://github.com/emmt/TypeUtils.jl/actions/workflows/CI.yml?query=branch%3Amain) [](https://ci.appveyor.com/project/emmt/TypeUtils-jl) [](https://codecov.io/gh/emmt/TypeUtils.jl) |
| 3 | +[](./LICENSE.md) |
| 4 | +[](https://github.com/emmt/TypeUtils.jl/actions/workflows/CI.yml?query=branch%3Amain) |
| 5 | +[](https://ci.appveyor.com/project/emmt/TypeUtils-jl) |
| 6 | +[](https://juliahub.com/ui/Packages/General/TypeUtils) |
| 7 | +[](https://codecov.io/gh/emmt/TypeUtils.jl) |
| 8 | +[](https://juliahub.com/ui/Packages/General/TypeUtils?t=2) |
4 | 9 | [](https://github.com/JuliaTesting/Aqua.jl) |
5 | 10 |
|
6 | | - |
7 | 11 | Package `TypeUtils` provides useful methods to deal with types in |
8 | 12 | [Julia](https://www.julialang.org) and facilitate coding with numbers whether they have |
9 | 13 | units or not. The package provides methods to strip units from numbers or numeric types, |
10 | 14 | convert the numeric type of quantities (preserving their units if any), determine |
11 | 15 | appropriate numeric type to carry computations mixing numbers with different types and/or |
12 | | -units. These methods make it easy to write code that works consistently for numbers with |
13 | | -any units (including none). The intention is that the `TypeUtils` package automatically |
14 | | -extends its exported methods when packages such as |
| 16 | +units. These methods make it easy to write code that works consistently for numbers with any |
| 17 | +units (including none). The intention is that the `TypeUtils` package automatically extends |
| 18 | +its exported methods when packages such as |
15 | 19 | [`Unitful`](https://github.com/PainterQubits/Unitful.jl) are loaded. |
16 | 20 |
|
17 | 21 |
|
|
0 commit comments