File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ version = "2.1.7"
4
4
5
5
[deps ]
6
6
ChainRulesCore = " d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
7
+ Compat = " 34da2185-b29b-5c13-b0c7-acf172513d20"
7
8
IrrationalConstants = " 92d709cd-6900-40b7-9082-c6be49f344b6"
8
9
LogExpFunctions = " 2ab3a3ac-af41-5b50-aa03-7779005ae688"
9
10
OpenLibm_jll = " 05823500-19ac-5b8b-9628-191a04bc5112"
@@ -12,6 +13,7 @@ OpenSpecFun_jll = "efe28fd5-8261-553b-a9e1-b2916fc3738e"
12
13
[compat ]
13
14
ChainRulesCore = " 0.9.44, 0.10, 1"
14
15
ChainRulesTestUtils = " 0.6.8, 0.7, 1"
16
+ Compat = " 3.7"
15
17
IrrationalConstants = " 0.1"
16
18
LogExpFunctions = " 0.3.2"
17
19
OpenLibm_jll = " 0.7, 0.8"
Original file line number Diff line number Diff line change 1
1
module SpecialFunctions
2
2
3
+ using Compat
4
+
3
5
using IrrationalConstants:
4
6
twoπ,
5
7
halfπ,
You can’t perform that action at this time.
0 commit comments