bug-gmp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

@ifntex macro in documentation


From: Stefan Karrmann
Subject: @ifntex macro in documentation
Date: Fri, 4 May 2001 10:32:07 +0200
User-agent: Mutt/1.2i

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.)

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.

-- 
Stefan Karrmann



reply via email to

[Prev in Thread] Current Thread [Next in Thread]