•  Back 
  •  Libraries 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  Help 
  •  Show info about hypertext 
  •  View a new file 
Topic       : Pure C Library Documentation
Author      : John Kormylo
Version     : LIB.HYP 1.0
Subject     : Documentation/Pure C Library
Nodes       : 1309
Index Size  : 32068
HCP-Version : 3
Compiled on : Atari
@charset    : atarist
@lang       : en
@default    : 
@help       : Help
@options    : +g -i -s +x +z -t4
@width      : 75
View Ref-File[ PC881LIB - Math Functions ]

... contains all floating point functions which use the 68881 FPU.

Since these functions use the floating point registers to perform
Parameter Passing, do NOT link in this library unless the code was
compiled using the -8 option (see Compiler Options).

The following is a list of all global names which can be resolved by
linking in PC881LIB.LIB:

_OutFix       atanh         fgetexp       hypot         sincos
_OutFixF      atof          fgetman       ldexp         sinh
_OutFlt       ceil          fint          log           sqrt
_PrintF       cnv_stri      fintrz        log10         strtod
_ScanF        cos           flopnp1       longjmp       tan
_ScnFlt       cosh          floor         modf          tanh
_fpuinit      difftime      fmod          poly          trunc
acos          dxcnv         fpumode       pow           x80x96cn
acosh         ecvt          frem          pow10         x96x80cn
asin          exp           frexp         pow2          xdcnv
asinh         fabs          fsgldiv       round
atan          fcvt          fsglmul       setjmp
atan2         fetoxm1       ftoa          sin

Note: When using the -8 Compiler Option, those functions which
      correspond to FPU instructions will be implemented by inline
      code, so most of these functions will never be called.