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.2.0"
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"
@@ -18,6 +19,7 @@ SpecialFunctionsChainRulesCoreExt = "ChainRulesCore"
18
19
[compat ]
19
20
ChainRulesCore = " 0.9.44, 0.10, 1"
20
21
ChainRulesTestUtils = " 0.6.8, 0.7, 1"
22
+ Compat = " 3.7, 4"
21
23
IrrationalConstants = " 0.1, 0.2"
22
24
LogExpFunctions = " 0.3.2"
23
25
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