Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Levin transform in Complex airy functions (again) #95

Merged
merged 19 commits into from
Apr 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SIMDMath = "5443be0b-e40a-4f70-a07e-dcd652efc383"

[compat]
julia = "1.8"
SIMDMath = "0.2.3"
SIMDMath = "0.2.5"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down
17 changes: 17 additions & 0 deletions src/AiryFunctions/AiryFunctions.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
module AiryFunctions

using ..Math

export airyai
export airyaix
export airyaiprime
export airyaiprimex
export airybi
export airybix
export airybiprime
export airybiprimex

include("airy.jl")
include("cairy.jl")

end
File renamed without changes.
Loading