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

« back to all changes in this revision

Viewing changes to man/programming/rlist.man

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2005-01-09 22:58:21 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050109225821-473xr8vhgugxxx5j
Tags: 3.0-12
changed configure.in to build scilab's own malloc.o, closes: #255869

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH rlist 1 "Jan 1997" "Scilab Group" "Scilab Function"
2
 
.so ../sci.an
3
 
.SH NAME
4
 
rlist - Scilab rational fraction function definition
5
 
.SH CALLING SEQUENCE
6
 
.nf
7
 
rlist()
8
 
rlist(a1,....an)  
9
 
.fi
10
 
.SH DESCRIPTION
11
 
\fVrlist(a1,....an)\fR is a shortcut  to
12
 
\fVtlist(['r','num';'den','dt'], a1,....an)\fR 
13
 
.LP 
14
 
Creates a \fVtlist\fR with  \fV['r','num';'den','dt']\fR as
15
 
first entry and  \fVai\fR's as next entries if any. No type nor size
16
 
checking is done on \fVai\fR's.
17
 
 
18
 
.SH SEE ALSO
19
 
tlist, syslin