-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathProject.toml
More file actions
29 lines (25 loc) · 1004 Bytes
/
Project.toml
File metadata and controls
29 lines (25 loc) · 1004 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
name = "DoubleFloats"
uuid = "497a8b3b-efae-58df-a0af-a86822472b78"
keywords = ["math", "floating-point", "doubledouble", "extended-precision", "accuracy", "precision"]
license = "MIT"
desc = "extended precision floating point types using value pairs"
repo = "https://github.com/JuliaMath/DoubleFloats.jl.git"
version = "1.6.2"
[deps]
GenericLinearAlgebra = "14197337-ba66-59df-a3e3-ca00e7dcff7a"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Quadmath = "be4d8f0f-7fa4-5f49-b795-2f01399ab2dd"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
[compat]
GenericLinearAlgebra = "0.2.5 - 0.3"
Quadmath = "0.5.10"
SpecialFunctions = "1 - 2"
julia = "1.6"
[extras]
GenericLinearAlgebra = "14197337-ba66-59df-a3e3-ca00e7dcff7a"
GenericSchur = "c145ed77-6b09-5dd9-b285-bf645a82121e"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "GenericLinearAlgebra", "GenericSchur"]