~ubuntu-branches/ubuntu/edgy/ftnchek/edgy

« back to all changes in this revision

Viewing changes to html/division.html

  • Committer: Bazaar Package Importer
  • Author(s): Mark Brown
  • Date: 2002-03-28 10:49:50 UTC
  • Revision ID: james.westby@ubuntu.com-20020328104950-kssfxlf8u0qsfelr
Tags: upstream-3.1.2
ImportĀ upstreamĀ versionĀ 3.1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<HTML>
 
2
<HEAD>
 
3
<TITLE>Option: division</TITLE>
 
4
</HEAD>
 
5
<BODY bgcolor=white>
 
6
<A HREF="toc.html">Table of Contents</A><P>
 
7
<P>Previous: <A HREF="declare.html">-declare</A><HR><P>
 
8
<H2>Option: <font color=#FF0080>division</font></H2><P>
 
9
<A NAME="division"></A><DT><B><A HREF="division.html">-division</A></B>
 
10
 
 
11
<DD>
 
12
<DL COMPACT><DT><DD>
 
13
This switch is provided to help users spot potential
 
14
division by zero problems.  If this switch is selected, every division
 
15
except by a constant will be flagged.  (It is assumed that the user is
 
16
intelligent enough not to divide by a constant which is equal to zero!)
 
17
Default = no.
 
18
<P>
 
19
 
 
20
See also: <B><A HREF="portability.html">-portability</A></B>, <B><A HREF="truncation.html">-truncation</A></B>.
 
21
</DL>
 
22
 
 
23
<P>
 
24
<P><HR><P>Next: <A HREF="errors.html">-errors</A>
 
25
</BODY></HTML>