home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD v1.2 / amidev_cd_12.iso / inc&ad2.0 / text_autodocs / mathieeedoubtrans.doc < prev    next >
Text File  |  1992-09-01  |  9KB  |  431 lines

  1. TABLE OF CONTENTS
  2.  
  3. mathieeedoubtrans.library/IEEEDPAcos
  4. mathieeedoubtrans.library/IEEEDPAsin
  5. mathieeedoubtrans.library/IEEEDPAtan
  6. mathieeedoubtrans.library/IEEEDPCos
  7. mathieeedoubtrans.library/IEEEDPCosh
  8. mathieeedoubtrans.library/IEEEDPExp
  9. mathieeedoubtrans.library/IEEEDPFieee
  10. mathieeedoubtrans.library/IEEEDPLog
  11. mathieeedoubtrans.library/IEEEDPLog10
  12. mathieeedoubtrans.library/IEEEDPPow
  13. mathieeedoubtrans.library/IEEEDPSin
  14. mathieeedoubtrans.library/IEEEDPSincos
  15. mathieeedoubtrans.library/IEEEDPSinh
  16. mathieeedoubtrans.library/IEEEDPSqrt
  17. mathieeedoubtrans.library/IEEEDPTan
  18. mathieeedoubtrans.library/IEEEDPTanh
  19. mathieeedoubtrans.library/IEEEDPTieee
  20. mathieeedoubtrans.library/IEEEDPAcos     mathieeedoubtrans.library/IEEEDPAcos
  21.  
  22.    NAME
  23.     IEEEDPAcos -- compute the arc cosine of a number
  24.  
  25.    SYNOPSIS
  26.       x   = IEEEDPAcos(  y  );
  27.     d0/d1               d0/d1
  28.  
  29.     double    x,y;
  30.  
  31.    FUNCTION
  32.     Compute arc cosine of y in IEEE double precision
  33.  
  34.    INPUTS
  35.     y - IEEE double precision floating point value
  36.  
  37.    RESULT
  38.     x - IEEE double precision floating point value
  39.  
  40.    BUGS
  41.  
  42.    SEE ALSO
  43.     IEEEDPCos(), IEEEDPAtan(), IEEEDPAsin()
  44. mathieeedoubtrans.library/IEEEDPAsin     mathieeedoubtrans.library/IEEEDPAsin
  45.  
  46.    NAME
  47.     IEEEDPAsin -- compute the arcsine of a number
  48.  
  49.    SYNOPSIS
  50.       x   = IEEEDPAsin(  y  );
  51.     d0/d1               d0/d1
  52.  
  53.     double    x,y;
  54.  
  55.    FUNCTION
  56.     Compute the arc sine of y in IEEE double precision
  57.  
  58.    INPUTS
  59.     y - IEEE double precision floating point value
  60.  
  61.    RESULT
  62.     x - IEEE double precision floating point value
  63.  
  64.    BUGS
  65.  
  66.    SEE ALSO
  67.     IEEEDPSin(), IEEEDPAtan(), IEEEDPAcos()
  68. mathieeedoubtrans.library/IEEEDPAtan     mathieeedoubtrans.library/IEEEDPAtan
  69.  
  70.    NAME
  71.     IEEEDPAtan -- compute the arctangent of a floating point number
  72.  
  73.    SYNOPSIS
  74.       x   = IEEEDPAtan(  y  );
  75.     d0/d1           d0/d1
  76.  
  77.     double    x,y;
  78.  
  79.    FUNCTION
  80.     Compute arctangent of y in IEEE double precision
  81.  
  82.    INPUTS
  83.     y - IEEE double precision floating point value
  84.  
  85.    RESULT
  86.     x - IEEE double precision floating point value
  87.  
  88.    BUGS
  89.  
  90.    SEE ALSO
  91.     IEEEDPTan(), IEEEDPAsin(), IEEEDPACos()
  92. mathieeedoubtrans.library/IEEEDPCos       mathieeedoubtrans.library/IEEEDPCos
  93.  
  94.    NAME
  95.     IEEEDPCos -- compute the cosine of a floating point number
  96.  
  97.    SYNOPSIS
  98.       x   = IEEEDPCos(  y  );
  99.     d0/d1           d0/d1
  100.  
  101.     double    x,y;
  102.  
  103.    FUNCTION
  104.     Compute cosine of y in IEEE double precision
  105.  
  106.    INPUTS
  107.     y - IEEE double precision floating point value
  108.  
  109.    RESULT
  110.     x - IEEE double precision floating point value
  111.  
  112.    BUGS
  113.  
  114.    SEE ALSO
  115.     IEEEDPAcos(), IEEEDPSin(), IEEEDPTan()
  116. mathieeedoubtrans.library/IEEEDPCosh     mathieeedoubtrans.library/IEEEDPCosh
  117.  
  118.    NAME
  119.     IEEEDPCosh -- compute the hyperbolic cosine of a floating point number
  120.  
  121.    SYNOPSIS
  122.       x   = IEEEDPCosh(  y  );
  123.     d0/d1           d0/d1
  124.  
  125.     double    x,y;
  126.  
  127.    FUNCTION
  128.     Compute hyperbolic cosine of y in IEEE double precision
  129.  
  130.    INPUTS
  131.     y - IEEE double precision floating point value
  132.  
  133.    RESULT
  134.     x - IEEE double precision floating point value
  135.  
  136.    BUGS
  137.  
  138.    SEE ALSO
  139.     IEEEDPSinh(), IEEEDPTanh()
  140. mathieeedoubtrans.library/IEEEDPExp       mathieeedoubtrans.library/IEEEDPExp
  141.  
  142.    NAME
  143.     IEEEDPExp -- compute the exponential of e
  144.  
  145.    SYNOPSIS
  146.       x   = IEEEDPExp(  y  );
  147.     d0/d1              d0/d1
  148.  
  149.     double    x,y;
  150.  
  151.    FUNCTION
  152.     Compute e^y in IEEE double precision
  153.  
  154.    INPUTS
  155.     y - IEEE double precision floating point value
  156.  
  157.    RESULT
  158.     x - IEEE double precision floating point value
  159.  
  160.    BUGS
  161.  
  162.    SEE ALSO
  163.     IEEEDPLog()
  164. mathieeedoubtrans.library/IEEEDPFieee   mathieeedoubtrans.library/IEEEDPFieee
  165.  
  166.    NAME
  167.     IEEEDPFieee -- convert IEEE single to IEEE double
  168.  
  169.    SYNOPSIS
  170.       x   = IEEEDPFieee(  y  );
  171.     d0/d1                  d0
  172.  
  173.     float    y;
  174.     double  x;
  175.  
  176.    FUNCTION
  177.     Convert IEEE single precision number to IEEE double precision.
  178.  
  179.    INPUTS
  180.     y - IEEE single precision floating point value
  181.  
  182.    RESULT
  183.     x - IEEE double precision floating point value
  184.  
  185.    BUGS
  186.  
  187.    SEE ALSO
  188.     IEEEDPTieee()
  189. mathieeedoubtrans.library/IEEEDPLog       mathieeedoubtrans.library/IEEEDPLog
  190.  
  191.    NAME
  192.     IEEEDPLog -- compute the natural logarithm of a floating point number
  193.  
  194.    SYNOPSIS
  195.       x   = IEEEDPLog(  y  );
  196.     d0/d1              d0/d1
  197.  
  198.     double    x,y;
  199.  
  200.    FUNCTION
  201.     Compute ln(y) in IEEE double precision
  202.  
  203.    INPUTS
  204.     y - IEEE double precision floating point value
  205.  
  206.    RESULT
  207.     x - IEEE double precision floating point value
  208.  
  209.    BUGS
  210.  
  211.    SEE ALSO
  212.     IEEEDPExp()
  213. mathieeedoubtrans.library/IEEEDPLog10   mathieeedoubtrans.library/IEEEDPLog10
  214.  
  215.    NAME
  216.     IEEEDPLog10 -- compute logarithm base 10 of a number
  217.  
  218.    SYNOPSIS
  219.       x   = IEEEDPLog10(  y  );
  220.     d0/d1                d0/d1
  221.  
  222.     double    x,y;
  223.  
  224.    FUNCTION
  225.     Compute the logarithm base 10 of y in IEEE double precision
  226.  
  227.    INPUTS
  228.     y - IEEE double precision floating point value
  229.  
  230.    RESULT
  231.     x - IEEE double precision floating point value
  232.  
  233.    BUGS
  234.  
  235.    SEE ALSO
  236.     IEEEDPLog()
  237. mathieeedoubtrans.library/IEEEDPPow       mathieeedoubtrans.library/IEEEDPPow
  238.  
  239.    NAME
  240.     IEEEDPPow -- raise a number to another number power
  241.  
  242.    SYNOPSIS
  243.       z   = IEEEDPPow(  x  ,  y  );
  244.     d0/d1              d2/d3 d0/d1
  245.  
  246.     double    x,y,z;
  247.  
  248.    FUNCTION
  249.     Compute y^x in IEEE double precision
  250.  
  251.    INPUTS
  252.     x - IEEE double precision floating point value
  253.     y - IEEE double precision floating point value
  254.  
  255.    RESULT
  256.     z - IEEE double precision floating point value
  257.  
  258.    BUGS
  259.  
  260.    SEE ALSO
  261. mathieeedoubtrans.library/IEEEDPSin       mathieeedoubtrans.library/IEEEDPSin
  262.  
  263.    NAME
  264.     IEEEDPSin -- compute the sine of a floating point number
  265.  
  266.    SYNOPSIS
  267.       x   = IEEEDPSin(  y  );
  268.     d0/d1          d0/d1
  269.  
  270.     double    x,y;
  271.  
  272.    FUNCTION
  273.     Compute sine of y in IEEE double precision
  274.  
  275.    INPUTS
  276.     y - IEEE double precision floating point value
  277.  
  278.    RESULT
  279.     x - IEEE double precision floating point value
  280.  
  281.    BUGS
  282.  
  283.    SEE ALSO
  284.     IEEEDPAsin(), IEEEDPTan(), IEEEDPCos()
  285. mathieeedoubtrans.library/IEEEDPSincos mathieeedoubtrans.library/IEEEDPSincos
  286.  
  287.    NAME
  288.     IEEEDPSincos -- compute the arc tangent of a floating point number
  289.  
  290.    SYNOPSIS
  291.       x   = IEEEDPSincos( z ,  y  );
  292.     d0/d1             a0  d0/d1
  293.  
  294.     double    x,y,*z;
  295.  
  296.    FUNCTION
  297.     Compute sin and cosine of y in IEEE double precision.
  298.     Store the cosine in *z. Return the sine of y.
  299.  
  300.    INPUTS
  301.     y - IEEE double precision floating point value
  302.     z - pointer to IEEE double precision floating point number
  303.  
  304.    RESULT
  305.     x - IEEE double precision floating point value
  306.  
  307.    BUGS
  308.  
  309.    SEE ALSO
  310.     IEEEDPSin(), IEEEDPCos()
  311. mathieeedoubtrans.library/IEEEDPSinh     mathieeedoubtrans.library/IEEEDPSinh
  312.  
  313.    NAME
  314.     IEEEDPSinh -- compute the hyperbolic sine of a floating point number
  315.  
  316.    SYNOPSIS
  317.       x   = IEEEDPSinh(  y  );
  318.     d0/d1           d0/d1
  319.  
  320.     double    x,y;
  321.  
  322.    FUNCTION
  323.     Compute hyperbolic sine of y in IEEE double precision
  324.  
  325.    INPUTS
  326.     y - IEEE double precision floating point value
  327.  
  328.    RESULT
  329.     x - IEEE double precision floating point value
  330.  
  331.    BUGS
  332.  
  333.    SEE ALSO
  334.     IEEEDPCosh, IEEEDPTanh
  335. mathieeedoubtrans.library/IEEEDPSqrt     mathieeedoubtrans.library/IEEEDPSqrt
  336.  
  337.    NAME
  338.     IEEEDPSqrt -- compute the square root of a number
  339.  
  340.    SYNOPSIS
  341.       x   = IEEEDPSqrt(  y  );
  342.     d0/d1                d0/d1
  343.  
  344.     double    x,y;
  345.  
  346.    FUNCTION
  347.     Compute square root of y in IEEE double precision
  348.  
  349.    INPUTS
  350.     y - IEEE double precision floating point value
  351.  
  352.    RESULT
  353.     x - IEEE double precision floating point value
  354.  
  355.    BUGS
  356.  
  357.    SEE ALSO
  358. mathieeedoubtrans.library/IEEEDPTan       mathieeedoubtrans.library/IEEEDPTan
  359.  
  360.    NAME
  361.     IEEEDPTan -- compute the tangent of a floating point number
  362.  
  363.    SYNOPSIS
  364.       x   = IEEEDPTan(  y  );
  365.     d0/d1          d0/d1
  366.  
  367.     double    x,y;
  368.  
  369.    FUNCTION
  370.     Compute tangent of y in IEEE double precision
  371.  
  372.    INPUTS
  373.     y - IEEE double precision floating point value
  374.  
  375.    RESULT
  376.     x - IEEE double precision floating point value
  377.  
  378.    BUGS
  379.  
  380.    SEE ALSO
  381.     IEEEDPAtan(), IEEEDPSin(), IEEEDPCos()
  382. mathieeedoubtrans.library/IEEEDPTanh     mathieeedoubtrans.library/IEEEDPTanh
  383.  
  384.    NAME
  385.     IEEEDPTanh -- compute the hyperbolic tangent of a floating point number
  386.  
  387.    SYNOPSIS
  388.       x   = IEEEDPTanh(  y  );
  389.     d0/d1           d0/d1
  390.  
  391.     double    x,y;
  392.  
  393.    FUNCTION
  394.     Compute hyperbolic tangent of y in IEEE double precision
  395.  
  396.    INPUTS
  397.     y - IEEE double precision floating point value
  398.  
  399.    RESULT
  400.     x - IEEE double precision floating point value
  401.  
  402.    BUGS
  403.  
  404.    SEE ALSO
  405.     IEEEDPSinh(), IEEEDPCosh()
  406. mathieeedoubtrans.library/IEEEDPTieee   mathieeedoubtrans.library/IEEEDPTieee
  407.  
  408.    NAME
  409.     IEEEDPTieee -- convert IEEE double to IEEE single
  410.  
  411.    SYNOPSIS
  412.       x   = IEEEDPTieee(  y  );
  413.      d0                d0/d1
  414.  
  415.     double    y;
  416.     float   x;
  417.  
  418.    FUNCTION
  419.     Convert IEEE double precision number to IEEE single precision.
  420.  
  421.    INPUTS
  422.     y - IEEE double precision floating point value
  423.  
  424.    RESULT
  425.     x - IEEE single precision floating point value
  426.  
  427.    BUGS
  428.  
  429.    SEE ALSO
  430.     IEEEDPFieee()
  431.