Mail Archives: djgpp/1998/01/15/06:30:19
Richard Chappell wrote:
>
> Whats GMP ? Would it be any use to a beginner??
The GNU Multi-Precision library. It provides functions
for multi-precision (like 1000 bit and more) integers,
rationals (fractions) and floating point numbers.
However, the functions have to be called by name, not by
normal arithmetic operators, which makes it somewhat
clumsy to use. I wouldn't recommend it for beginners to
C - as an 'expert' (15 years+ programming in C) I found
it less than intuitive. It's good for people who know
exactly what they want to do and what arithmetic they
want to perform, like for cryptographic applications.
Chris C
- Raw text -