~ubuntu-branches/ubuntu/hoary/scilab/hoary

« back to all changes in this revision

Viewing changes to man/elementary/acosh.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 acosh 1 "April 1993" "Scilab Group" "Scilab Function"
 
2
.so ../sci.an
 
3
.SH NAME
 
4
acosh - hyperbolic cosine inverse
 
5
.SH CALLING SEQUENCE
 
6
.nf
 
7
[t]=acosh(x)
 
8
.fi
 
9
.SH PARAMETERS
 
10
.TP 10
 
11
x
 
12
: real or complex vector
 
13
.TP 10
 
14
t
 
15
: real or complex vector
 
16
.SH DESCRIPTION
 
17
the components of vector \fVt\fR are the ArgCosh of the 
 
18
corresponding entries of vector \fVx\fR.
 
19
Definition domain is ]1,+infinity[.
 
20
It takes his values in
 
21
.IG
 
22
.nf
 
23
     ]0,+inf[ x ]-pi,pi] and  [0] x [0,pi]
 
24
.fi
 
25
.FI
 
26
\" This is for LaTeX 
 
27
.LA $$ ]0,+\infty[ \times  ]-\pi,\pi] \quad \mbox{and}
 
28
.LA  \quad [0] \times [0,\pi] $$
 
29
.SH EXAMPLE
 
30
.nf
 
31
x=[0,1,%i];
 
32
cosh(acosh(x))
 
33
.fi
 
34