test_integrals Program

Uses

  • program~~test_integrals~~UsesGraph program~test_integrals test_integrals module~integrals integrals program~test_integrals->module~integrals

program to show the usage of the integrals module


Calls

program~~test_integrals~~CallsGraph program~test_integrals test_integrals proc~quad quad program~test_integrals->proc~quad proc~quad_simpson quad_simpson proc~quad->proc~quad_simpson proc~quad_trapz quad_trapz proc~quad->proc~quad_trapz

Variables

Type Attributes Name Initial
real, parameter :: pi = acos(-1.)
real :: a
real :: b
real :: h
real :: Int
integer :: i

Functions

function f(x) result(y)

Arguments

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

Return Value real

function g(x) result(y)

Arguments

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

Return Value real