expm1 Interface

public interface expm1

Module Procedures

private module function expm1r(x) result(res)

Returns . TODO, replace with a fast and accurate version coded natively in fortran !

Arguments

Type IntentOptional Attributes Name
real(kind=dp), intent(in), value :: x

Return Value real(kind=dp)

private module function expm1z(z) result(res)

Returns . TODO, replace with a fast and accurate version coded natively in fortran !

Arguments

Type IntentOptional Attributes Name
complex(kind=dp), intent(in) :: z

Return Value complex(kind=dp)