home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume3 / g-format / part4 / gfloat / f77 / src / f77pass1 / NOTE < prev    next >
Encoding:
Text File  |  1986-11-30  |  348 b   |  9 lines

  1.  
  2. NOTE (UW, Apr. 1985): wrtfmt.o calls ecvt in libc.a which calls modf.
  3. Modf must be replaced by a version corrected for G-format uVaxes.
  4. A source that works is included in this directory.
  5.  
  6.     The f77 built-in functions (sin(x), etc) use the C math library and
  7. are subject to the bugs in it.  As a beginning, re-compile sin.c
  8. without optimization.
  9.