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

« back to all changes in this revision

Viewing changes to man/eng/elementary/ldivf.xml

  • 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
<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
 
2
<!DOCTYPE MAN SYSTEM "../../manrev.dtd">
 
3
<MAN>
 
4
  <LANGUAGE>eng</LANGUAGE>
 
5
  <TITLE>ldivf</TITLE>
 
6
  <TYPE>Scilab Function</TYPE>
 
7
  <DATE>April 1993</DATE>
 
8
  <SHORT_DESCRIPTION name="ldivf"> left symbolic division</SHORT_DESCRIPTION>
 
9
  <CALLING_SEQUENCE>
 
10
    <CALLING_SEQUENCE_ITEM>ldivf('d','c')   </CALLING_SEQUENCE_ITEM>
 
11
  </CALLING_SEQUENCE>
 
12
  <DESCRIPTION>
 
13
    <P>
 
14
    returns the string <VERB>'c\d'</VERB>
 
15
    Trivial simplifications such as <VERB>'1\c' = 'c'</VERB> are performed.</P>
 
16
  </DESCRIPTION>
 
17
  <EXAMPLE>
 
18
<![CDATA[
 
19
ldivf('1','1')
 
20
ldivf('a','0')
 
21
ldivf('a','x')
 
22
ldivf('2','4')
 
23
 ]]>
 
24
  </EXAMPLE>
 
25
  <SEE_ALSO>
 
26
    <SEE_ALSO_ITEM>
 
27
      <LINK>rdivf</LINK>
 
28
    </SEE_ALSO_ITEM>
 
29
    <SEE_ALSO_ITEM>
 
30
      <LINK>addf</LINK>
 
31
    </SEE_ALSO_ITEM>
 
32
    <SEE_ALSO_ITEM>
 
33
      <LINK>mulf</LINK>
 
34
    </SEE_ALSO_ITEM>
 
35
    <SEE_ALSO_ITEM>
 
36
      <LINK>evstr</LINK>
 
37
    </SEE_ALSO_ITEM>
 
38
  </SEE_ALSO>
 
39
</MAN>