home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Professional
/
OS2PRO194.ISO
/
os2
/
prgramer
/
adaptor
/
examples
/
hpf_gen
/
pi
/
fx.fcm
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-03-23
|
216 b
|
14 lines
c
c fx.f 91/21/11
c
c Function to integrate in the integration example.
c
subroutine fun(f,x,points)
integer points
double precision x(points),f(points)
f = 4.D0 / (1.D0 + x*x)
return
end