File: matho-mult.1

package info (click to toggle)
mathomatic 16.0.5-5.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,192 kB
  • sloc: ansic: 22,029; makefile: 340; sh: 319; python: 96; awk: 39
file content (32 lines) | stat: -rw-r--r-- 850 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
.TH MATHO-MULT 1 "" "Mathomatic" "Mathomatic Utilities"

.SH NAME
matho-mult \- multiply large integers

.SH SYNOPSIS
.B matho-mult
[integers]

.SH DESCRIPTION
This command-line utility is optionally part of the
.BR mathomatic (1)
package.
It uses Python to multiply many large integers separated by spaces or newlines.
The size of the integers is only limited by the available memory of the computer.
The single integer result is output to standard output, followed by a newline.

The integers to multiply may be specified on the command line or
read from standard input.

.SH AUTHOR 
George Gesslein II (gesslein@mathomatic.org)
at "http://www.mathomatic.org".

.SH "REPORTING BUGS"
If you find a bug, please report it to the author
or at "https://launchpad.net/mathomatic".

.SH "SEE ALSO"
.BR mathomatic (1),
.BR primorial (1),
.BR matho-sum (1)