Skip to content

Commit bfdc16f

Browse files
new tag
1 parent 2f6c75a commit bfdc16f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "HypergeometricFunctions"
22
uuid = "34004b35-14d8-5ef3-9330-4cdb6864b03a"
3-
version = "0.3.20"
3+
version = "0.3.21"
44

55
[deps]
66
DualNumbers = "fa6b7ba4-c1ee-5f82-b5fc-ecf0adba8f74"

src/generalized.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ julia> pFq((1, 2+im), (3.5, ), exp(im*big(π)/3)) # More digits, you say?
3838
0.6786952632946589823300834090168381068073515492901393549193461972311801512528996 + 0.4523504929285013648194489713901658143893464679689810112119412310631860619947939im
3939
4040
julia> pFq((1, 2+im, 2.5), (3.5, 4), exp(im*π/3)) # ₃F₂ because why not
41-
0.8434434031615687 + 0.3417550761546318im
41+
0.8434434031615691 + 0.34175507615463174im
4242
4343
julia> pFq((1, 2+im, 2.5), (3.5, 4), exp(im*big(π)/3)) # Also in extended precision
4444
0.8434434031615690763389963048175253868863156451003855955719081209861492349268002 + 0.3417550761546319732614495656712509723030350666571102474299311122586948108413206im

0 commit comments

Comments
 (0)