File: div_n.html

package info (click to toggle)
agistudio 1.2.2-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,600 kB
  • ctags: 1,506
  • sloc: cpp: 16,676; makefile: 53
file content (18 lines) | stat: -rw-r--r-- 399 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<HTML>
<HEAD>
<TITLE>div.n</TITLE></HEAD>
<BODY>
<h1>div.n</h1>
<B>Category</B><p>
<a href="math_commands.html">Mathematical commands</a><p>
<B>Syntax</B><p>
<p>
div.n(vA,B);<p>
vA /= B;<p>
vA = vA / B;<p>
<B>Description</B><p>
<p>
vA is divided by B. The result is rounded down. If you divide by 0, the interpreter will crash.<p>
<B>See also</B><p>
<a href="div_v.html">div.v</a><p>
</BODY></HTML>