File GFI1.

Directory of image this file is from
This file as a plain text file

C BERECHNET EINZELNE WERTE DES GAUSS'SCHEN FEHLERINTEGRALS
C MIT HILFE DES FUNCTION-UNTERPROGRAMMS GAUSS(OGR)
C FORTRAN II / LIB15.RL
	WRITE(1,100)
100	FORMAT('FEHLERINTEGRAL GFI FUER DIE OBERE GRENZE OGR')
1	READ(1,105)OGR
105	FORMAT('OGR = ',F6.3)
	GFI=GAUSS(OGR)
	WRITE(1,110)GFI,
110	FORMAT('GFI = ',F8.6)
	READ(1,115)IV
115	FORMAT('  RETURN?(JA=1,NEIN=0):',I1)
	IF(IV)1,2,1
2	CALL EXIT
	END



Feel free to contact me, David Gesswein djg@pdp8online.com with any questions, comments on the web site, or if you have related equipment, documentation, software etc. you are willing to part with.  I am interested in anything PDP-8 related, computers, peripherals used with them, DEC or third party, or documentation. 

PDP-8 Home Page   PDP-8 Site Map   PDP-8 Site Search