~ubuntu-branches/ubuntu/karmic/scilab/karmic

« back to all changes in this revision

Viewing changes to man/elementary/cos.man

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2002-03-21 16:57:43 UTC
  • Revision ID: james.westby@ubuntu.com-20020321165743-e9mv12c1tb1plztg
Tags: upstream-2.6
ImportĀ upstreamĀ versionĀ 2.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH COS G "April 1993" "Scilab Group" "Scilab Function"
 
2
.so ../sci.an
 
3
.SH NAME
 
4
cos -  cosine function
 
5
.SH CALLING SEQUENCE
 
6
.nf
 
7
[y]=cos(x)
 
8
.fi
 
9
.SH PARAMETERS
 
10
.TP 10
 
11
 
12
: real or complex vector/matrix
 
13
.SH DESCRIPTION
 
14
For a vector or a matrix, \fVcos(x)\fR is the cosine of its elements . 
 
15
For matrix  cosine use  \fVcosm(X)\fR function.
 
16
.SH EXAMPLE
 
17
.nf
 
18
x=[0,1,%i]
 
19
acos(cos(x))
 
20
.fi
 
21
.SH SEE ALSO
 
22
cosm
 
23
 
 
24
 
 
25
 
 
26
 
 
27