WildF
Source Files
Modules
Procedures
e1
Interface
MIT
3 statements
Source File
wildf_exponential_integral.f90
wildf_exponential_integral
e1
Contents
Module Procedures
e1x
e1z
public interface e1
Exponential integral or .
Module Procedures
private pure function e1x(x)
Exponential integral .
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=wp),
intent(in)
::
x
Return Value
real(kind=wp)
private pure function e1z(z)
Exponential integral .
Arguments
Type
Intent
Optional
Attributes
Name
complex(kind=wp),
intent(in)
::
z
Return Value
complex(kind=wp)