~ubuntu-branches/ubuntu/natty/mathomatic/natty

« back to all changes in this revision

Viewing changes to primes/matho-sum.1

  • Committer: Bazaar Package Importer
  • Author(s): Sandro Tosi
  • Date: 2010-05-27 23:29:55 UTC
  • mfrom: (1.1.26 upstream) (3.1.15 sid)
  • Revision ID: james.westby@ubuntu.com-20100527232955-xzvvnwdzy8c9mdji
Tags: 15.1.1-1
* New upstream release
* debian/patches/10_fix_makefile.dpatch
  - updated to new upstream code
* debian/patches/30_bts-459093_ftbfs_make_test_time.dpatch
  - updated to new upstream code

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH MATHO-SUM 1
 
2
 
 
3
.SH NAME
 
4
matho-sum \- sum integers
 
5
 
 
6
.SH SYNOPSIS
 
7
.B matho-sum
 
8
[integers]
 
9
 
 
10
.SH DESCRIPTION
 
11
This command line utility is optionally part of the
 
12
.BR mathomatic (1)
 
13
package.
 
14
It uses Python to sum many large integers separated by spaces or newlines.
 
15
The size of the integers is only limited by the available memory of the computer.
 
16
 
 
17
The integers to sum may be specified on the command line or
 
18
read from standard input.
 
19
 
 
20
.SH SEE ALSO
 
21
.BR mathomatic (1),
 
22
.BR primorial (1)
 
23
 
 
24
.SH AUTHOR 
 
25
George Gesslein II (gesslein@linux.com)