csf_struve Module

Struve functions

Struve functions.

Procedures:

  • struveh0: Struve function
  • struveh1: Struve function

References

  1. Allan J. MacLeod. 1996. Algorithm 757: MISCFUN, a software package to compute uncommon special functions. ACM Trans. Math. Softw. 22, 3 (Sept. 1996), 288–301. https://doi.org/10.1145/232826.232846

Uses

  • module~~csf_struve~~UsesGraph module~csf_struve csf_struve module~calgo_757 calgo_757 module~csf_struve->module~calgo_757 module~csf_kinds csf_kinds module~csf_struve->module~csf_kinds module~calgo_757->module~csf_kinds module~csf_numerror csf_numerror module~calgo_757->module~csf_numerror iso_fortran_env iso_fortran_env module~csf_kinds->iso_fortran_env module~csf_numerror->module~csf_kinds

Used by

  • module~~csf_struve~~UsedByGraph module~csf_struve csf_struve module~csf csf module~csf->module~csf_struve

Functions

public function struveh0(x)

Struve function .

Read more…

Arguments

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

Return Value real(kind=wp)

public function struveh1(x)

Struve function .

Read more…

Arguments

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

Return Value real(kind=wp)