[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: @ifntex macro in documentation
From: |
Torbjorn Granlund |
Subject: |
Re: @ifntex macro in documentation |
Date: |
04 May 2001 11:03:45 +0200 |
User-agent: |
Gnus/5.0807 (Gnus v5.8.7) Emacs/20.6 |
Stefan Karrmann <address@hidden> writes:
See the HTML documentation, e.g. the documentation about the kronecker
function at http://www.gnu.org/manual/gmp/html_chapter/gmp_6.html#SEC28
the the texinfo macro address@hidden' is still in the text maybe it needs to
be closed by address@hidden ifnottex' or they must be on a line of themselves.
(cf.
http://www.gnu.org/manual/texinfo-4.0/html_chapter/texinfo_17.html#SEC199)
(See mpz_bin, too.)
The manual at http://swox.com/gmp/manual doesn't seem to have that
problem. Perhaps the FSF folks used an old texi2html.
PS: Why are there no functions like
void mpz_get_raw (char * buffer, size_t len, mpz_t n)
size_t mpz_raw_size (mpz_t n)
void mpq_get_raw (char * buffer, size_t len, mpq_t q)
size_t mpq_out_raw (FILE * stream, mpq_t q)
etc.
Currently, I have to write to a string stream (see fmemopen)
or extract the nominator and denominator and use the mpz functions.
We might add that in the future.
--
Torbjörn