| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=8), | intent(in) | :: | x |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=8), | intent(in), | dimension(:) | :: | f | ||
| real(kind=8), | intent(in), | dimension(:) | :: | s | ||
| integer, | intent(in) | :: | i1 | |||
| integer, | intent(in) | :: | i2 |
AVINT estimates the integral of unevenly spaced data.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=KR8), | intent(in) | :: | ftab(ntab) | |||
| real(kind=KR8), | intent(in) | :: | xtab(ntab) | |||
| integer, | intent(in) | :: | ntab | |||
| real(kind=KR8), | intent(in) | :: | a_in | |||
| real(kind=KR8), | intent(in) | :: | b_in | |||
| real(kind=KR8), | intent(out) | :: | result |