Skip to content

Commit

Permalink
add documentation to pass pmc_docs.t
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.parrot.org/parrot/trunk@48512 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
mikehh committed Aug 15, 2010
1 parent 55bdfe5 commit e4f5152
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/pmc/bignum.pmc
Expand Up @@ -148,6 +148,15 @@ value)>
=item C<static void bignum_set_default_prec(PARROT_INTERP, PMC *self, INTVAL
prec)>

All the above functions are local to the bignum pmc and are there to provide
interface functions to The GNU MP Bignum Library (GMP)

If GMP is not available, at present these functions will throw a NYI exception.

(It would be appreciated if maintainers/implementors could improve the
documentation here at some stage. possibly adding documentation for
individual functions - at least the less obvious ones.)

=cut

*/
Expand Down

0 comments on commit e4f5152

Please sign in to comment.