OpenCMISS-Iron Internal API Documentation
maths::kdp Interface Reference

Calculates the elliptic integral of the first kind - K(m). More...

Private Member Functions

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...
 

Detailed Description

Calculates the elliptic integral of the first kind - K(m).

Definition at line 149 of file maths.f90.

Member Function/Subroutine Documentation

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]xThe 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]xThe value to evaluate the function at

Definition at line 1853 of file maths.f90.