From 058b0118a52061ad57694c01fc8763b22b789c4d Mon Sep 17 00:00:00 2001 From: rsc Date: Mon, 3 Jan 2005 06:40:20 +0000 Subject: Some man pages. --- man/man3/mp.3 | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'man/man3/mp.3') diff --git a/man/man3/mp.3 b/man/man3/mp.3 index 420f0ba6..9a4ed848 100644 --- a/man/man3/mp.3 +++ b/man/man3/mp.3 @@ -1,7 +1,6 @@ .TH MP 3 .SH NAME - -mpsetminbits, mpnew, mpfree, mpbits, mpnorm, mpcopy, mpassign, mprand, strtomp, mpfmt,mptoa, betomp, mptobe, letomp, mptole, mptoui, uitomp, mptoi, itomp, uvtomp, mptouv, vtomp, mptov, mpdigdiv, mpadd, mpsub, mpleft, mpright, mpmul, mpexp, mpmod, mpdiv, mpcmp, mpextendedgcd, mpinvert, mpsignif, mplowbits0, mpvecdigmuladd, mpvecdigmulsub, mpvecadd, mpvecsub, mpveccmp, mpvecmul, mpmagcmp, mpmagadd, mpmagsub, crtpre, crtin, crtout, crtprefree, crtresfree \- extended precision arithmetic +mpsetminbits, mpnew, mpfree, mpbits, mpnorm, mpcopy, mpassign, mprand, strtomp, mpfmt,mptoa, betomp, mptobe, letomp, mptole, mptoui, uitomp, mptoi, itomp, uvtomp, mptouv, vtomp, mptov, mpdigdiv, mpadd, mpsub, mpleft, mpright, mpmul, mpexp, mpmod, mpdiv, mpcmp, mpextendedgcd, mpinvert, mpsignif, mplowbits0, mpvecdigmuladd, mpvecdigmulsub, mpvecadd, mpvecsub, mpveccmp, mpvecmul, mpmagcmp, mpmagadd, mpmagsub, crtpre, crtin, crtout, crtprefree, crtresfree, mpfactorial \- extended precision arithmetic .SH SYNOPSIS .B #include .br @@ -163,6 +162,9 @@ void crtprefree(CRTpre *cre) void crtresfree(CRTres *res) .PP .B +mpint* mpfactorial(ulong n) +.PP +.B mpint *mpzero, *mpone, *mptwo .SH DESCRIPTION .PP @@ -573,5 +575,9 @@ free and .I CRTres structures respectively. +.PP +.I Mpfactorial +returns the factorial of +.IR n . .SH SOURCE .B /usr/local/plan9/src/libmp -- cgit v1.2.3