Skip to content

Commit 152771d

Browse files
authored
Merge pull request #95 from heltonmc/airy_levin2
Use Levin transform in Complex airy functions (again)
2 parents cec8fce + ab50225 commit 152771d

32 files changed

+526
-211
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ SIMDMath = "5443be0b-e40a-4f70-a07e-dcd652efc383"
77

88
[compat]
99
julia = "1.8"
10-
SIMDMath = "0.2.3"
10+
SIMDMath = "0.2.5"
1111

1212
[extras]
1313
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

src/AiryFunctions/AiryFunctions.jl

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
module AiryFunctions
2+
3+
using ..Math
4+
5+
export airyai
6+
export airyaix
7+
export airyaiprime
8+
export airyaiprimex
9+
export airybi
10+
export airybix
11+
export airybiprime
12+
export airybiprimex
13+
14+
include("airy.jl")
15+
include("cairy.jl")
16+
17+
end
File renamed without changes.

0 commit comments

Comments
 (0)