
Simultaneous Equations and OVERFL (IBIG)
I'm porting some old fortran code from a UNIVAC system of Fortran IV or V.
There were various math libraries available then and I'd used one for
solving simultaneous equations. I have the source code for the routine I've
called (and perhaps others called SIMEQ).
Subroutine SIMEQ frequently does this:
CALL OVERFL (IBIG)
Now, I don't think there's such a library function on my DVF system and I'd
just as soon go ahead and continue to use this SIMEQ subroutine with a
suitable replacement to these OVERFL calls - or to just eliminate them
altogether.
Does anyone know what I'm dealing with here specifically? I believe one of
the main math libaries was called Mathpack.
Thanks, Fred