ports/math/rexx-regmath/files/regmath.1.in
Larry Rosenman f38c70f179 New port: math/rexx-regmath
regmath contains two different implementations of math libraries for the REXX language.

PR:		221573
Submitted by:	bob@eager.cx
2017-10-13 00:37:31 +00:00

29 lines
776 B
Groff

.Dd August 16, 2017
.Dt REGMATH 1 CON
.Os
.Sh NAME
.Nm regmath
.Nd "Mathematics libraries for Regina REXX interpreter"
.Sh DESCRIPTION
.Nm
consists of two separate collections of utility functions for use with the Regina REXX interpreter.
These closely mirror the functions contained in the
.Em RxMath
library provided on IBM systems, and the
.Em RexxMath
library provided for use with Amiga Rexx.
As it stands, the
.Nm
collections will not work with another REXX interpreter.
.Pp
Details of usage are in the full manual, which is normally found at:
.br
.Pa %%DOCSDIR%%/regmath.pdf
(if installed).
.Sh SEE ALSO
The original author's web site at
.Em http://pages.interlog.com/~pjtm/
.Sh AUTHORS
.An "Patrick T J McPhee" (original author)
.An "Bob Eager" Aq bob@eager.cx
(port)