ocaml / Zarith

The Zarith library implements arithmetic and logical operations over arbitrary-precision integers and rational numbers. The implementation, based on GMP, is very efficient.
Other
231 stars 70 forks source link

there is no ocamldoc in Big_int_Z #76

Closed UnixJunkie closed 4 years ago

UnixJunkie commented 4 years ago

I could send a PR with the corresponding ocamldoc found in Big_int, if you are interested.

xavierleroy commented 4 years ago

Thanks for the offer. But I'm not sure we want to document Big_int_Z: I'd rather steer users towards the more modern Z interface.

UnixJunkie commented 4 years ago

Ok, fair enough.