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.5"
44
55[deps ]
66ChainRulesCore = " d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
7+ Compat = " 34da2185-b29b-5c13-b0c7-acf172513d20"
78IrrationalConstants = " 92d709cd-6900-40b7-9082-c6be49f344b6"
89LogExpFunctions = " 2ab3a3ac-af41-5b50-aa03-7779005ae688"
910OpenLibm_jll = " 05823500-19ac-5b8b-9628-191a04bc5112"
@@ -12,6 +13,7 @@ OpenSpecFun_jll = "efe28fd5-8261-553b-a9e1-b2916fc3738e"
1213[compat ]
1314ChainRulesCore = " 0.9.44, 0.10, 1"
1415ChainRulesTestUtils = " 0.6.8, 0.7, 1"
16+ Compat = " 3.7"
1517IrrationalConstants = " 0.1"
1618LogExpFunctions = " 0.3.2"
1719OpenLibm_jll = " 0.7, 0.8"
Original file line number Diff line number Diff line change 11module SpecialFunctions
22
3+ using Compat
4+
35using IrrationalConstants:
46 twoπ,
57 halfπ,
You can’t perform that action at this time.
0 commit comments