Calculates the elliptic integral of the second kind - E(m).  
 More...
 | 
| pure real(sp) function  | edpsp (x) | 
|   | Calculates the elliptic integral of the second kind - E(m), for a single precision argument.  More...
  | 
|   | 
| pure real(dp) function  | edpdp (x) | 
|   | Calculates the elliptic integral of the second kind - E(m), for a double precision argument.  More...
  | 
|   | 
Calculates the elliptic integral of the second kind - E(m). 
Definition at line 101 of file maths.f90.
 
  
  
      
        
          | pure real(dp) function maths::edp::edpdp  | 
          ( | 
          real(dp), intent(in)  | 
          x | ) | 
           | 
         
       
   | 
  
private   | 
  
 
Calculates the elliptic integral of the second kind - E(m), for a double precision argument. 
- Parameters
 - 
  
    | [in] | x | The value to evaluate the function at  | 
  
   
Definition at line 842 of file maths.f90.
 
 
  
  
      
        
          | pure real(sp) function maths::edp::edpsp  | 
          ( | 
          real(sp), intent(in)  | 
          x | ) | 
           | 
         
       
   | 
  
private   | 
  
 
Calculates the elliptic integral of the second kind - E(m), for a single precision argument. 
- Parameters
 - 
  
    | [in] | x | The value to evaluate the function at  | 
  
   
Definition at line 873 of file maths.f90.