Calculates the elliptic integral of the first kind - K(m).
More...
|
pure real(dp) function | kdpdp (x) |
| Calculates the elliptic integral of the first kind - K(m), for a double precision argument. More...
|
|
pure real(sp) function | kdpsp (x) |
| Calculates the elliptic integral of the first kind - K(m), for a single precision argument. More...
|
|
Calculates the elliptic integral of the first kind - K(m).
Definition at line 149 of file maths.f90.
pure real(dp) function maths::kdp::kdpdp |
( |
real(dp), intent(in) |
x | ) |
|
|
private |
Calculates the elliptic integral of the first kind - K(m), for a double precision argument.
- Parameters
-
[in] | x | The value to evaluate the function at |
Definition at line 1819 of file maths.f90.
pure real(sp) function maths::kdp::kdpsp |
( |
real(sp), intent(in) |
x | ) |
|
|
private |
Calculates the elliptic integral of the first kind - K(m), for a single precision argument.
- Parameters
-
[in] | x | The value to evaluate the function at |
Definition at line 1853 of file maths.f90.