sinc Interface

public interface sinc

Module Procedures

public function sinc_complex64(x) result(ret)

Arguments

Type IntentOptional Attributes Name
complex(kind=real64), intent(in) :: x

Return Value complex(kind=real64)

public function sinc_real64(x) result(ret)

Arguments

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

Return Value real(kind=real64)

public function sinc_real64_vec(x) result(ret)

Arguments

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

Return Value real(kind=real64), allocatable, (:)