File: Scientific_25.html

package info (click to toggle)
python-scientific 2.2-5
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,368 kB
  • ctags: 2,396
  • sloc: python: 6,468; ansic: 3,643; xml: 3,596; makefile: 79; sh: 27
file content (14 lines) | stat: -rw-r--r-- 534 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<a name="Module:Scientific.NumberDict"><h1>Module Scientific.NumberDict</h1></a>

<hr width=70%>
<a name="Class:Scientific.NumberDict.NumberDict"><h2>Class NumberDict: Dictionary storing numerical values</h2></a>

<p>Constructor: NumberDict()</p>

<p>An instance of this class acts like an array of number with
generalized (non-integer) indices. A value of zero is assumed
for undefined entries. NumberDict instances support addition,
and subtraction with other NumberDict instances, and multiplication
and division by scalars.
</p>