1
0
src/man/multiply.1
2022-05-14 20:54:38 -04:00

26 lines
422 B
Groff

.TH MULTIPLY 1
.SH NAME
multiply \(en multiply integers
.SH DESCRIPTION
Multiply multiplies an arbitrary quantity of integers and prints the output.
.SH DIAGNOSTICS
Multiply will print a message to standard error and exit unsuccessfully if a non-integer argument is given.
.SH BUGS
Multiply does not work with decimal values.
.SH COPYRIGHT
Public domain.
.SH SEE ALSO
add(1), fdivide(1), stris(1), subtract(1)