NAG Library Manual, Mark 27.3
Interfaces:  FL   CL   CPP   AD 

NAG AD Library Introduction
Example description
    Program a00aa_a1w_fe

!     A00AA_A1W_F Example Program Text

!     Mark 27.3 Release. NAG Copyright 2021.

!     .. Use Statements ..
      Use nagad_library, Only: a00aa_a1w_f
!     .. Implicit None Statement ..
      Implicit None
!     .. Parameters ..
      Integer, Parameter               :: nout = 6
!     .. Executable Statements ..
      Write (nout,*) 'A00AA_A1W_F Example Program Results'

      Write (nout,*)
      Flush (nout)

      Call a00aa_a1w_f

    End Program a00aa_a1w_fe