Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ ccos(3F) — svr3 — mips UMIPS RISC/os 5.01

Media Vault

Software Library

Restoration Projects

Artifacts Sought



COS(3F-SVR3)        RISC/os Reference Manual         COS(3F-SVR3)



NAME
     cos, dcos, ccos - Fortran cosine intrinsic function

SYNOPSIS
     real r1, r2
     double precision dp1, dp2
     complex cx1, cx2

     r2 = cos(r1)

     dp2 = dcos(dp1)
     dp2 = cos(dp1)

     cx2 = ccos(cx1)
     cx2 = cos(cx1)

DESCRIPTION
     cos returns the real cosine of its real argument.  dcos
     returns the double-precision cosine of its double-precision
     argument.  ccos returns the complex cosine of its complex
     argument.  The generic form cos may be used with impunity as
     its returned type is determined by that of its argument.

































                        Printed 11/19/92                   Page 1



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