Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ asin(3F) — A/UX 0.7

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

trig(3M)



     asin(3F)                                                 asin(3F)



     NAME
          asin, dasin - FORTRAN arcsine intrinsic function

     SYNOPSIS
          real r1, r2
          double precision dp1, dp2

          r2 = asin(r1)

          dp2 = dasin(dp1)
          dp2 = asin(dp1)

     DESCRIPTION
          asin returns the real arcsine of its real argument.  dasin
          returns the double-precision arcsine of its double-precision
          argument.  The generic form asin may be used with impunity
          as it derives its type from that of its argument.

     SEE ALSO
          trig(3M).



































     Page 1                                        (last mod. 1/14/87)



Typewritten Software • bear@typewritten.org • Edmonds, WA 98026