Skip to content
Open
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
1 change: 1 addition & 0 deletions docs/src/functions_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ jinc
```@docs
ellipk
ellipe
ellipke
```

## Zeta and Related Functions
Expand Down
1 change: 1 addition & 0 deletions docs/src/functions_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ Here the *Special Functions* are listed according to the structure of [NIST Digi
|:-------- |:----------- |
| [`ellipk(m)`](@ref SpecialFunctions.ellipk) | [complete elliptic integral of 1st kind](https://en.wikipedia.org/wiki/Elliptic_integral#Notational_variants) ``K(m)`` |
| [`ellipe(m)`](@ref SpecialFunctions.ellipe) | [complete elliptic integral of 2nd kind](https://en.wikipedia.org/wiki/Elliptic_integral#Complete_elliptic_integral_of_the_second_kind) ``E(m)`` |
| [`ellipke(m)`](@ref SpecialFunctions.ellipke) | complete elliptic integrals ``K(m)`` and ``E(m)`` simultaneously |


## Zeta and Related Functions
Expand Down
1 change: 1 addition & 0 deletions src/SpecialFunctions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export
dawson,
ellipk,
ellipe,
ellipke,
erf,
erfc,
erfcinv,
Expand Down
Loading
Loading