/*MATH.H-----------------------------------03/03/84--------------*/

 

/*       this is the header file to be used in all functions

        that make calls to floating point extension libraries

        like FLOAT87.  It makes all of the needed extrn

        references                                              */

 

extrn double sin(),cos(),tan();

extrn double asin(),acos(),atan(),atan2;

extrn double sinh(),cosh(),tanh();

extrn double log(),log10(),exp(),pwr(),ipwr();

extrn double mod(),sqrt();

 
