[Fwd: Re: new mpfr release]

Vincent Lefevre vincent+gmp at vinc17.org
Thu Sep 25 18:36:58 CEST 2003


On 2003-09-25 10:34:26 -0500, Brian Hurt wrote:
> Why not just pass the number of variables being passed in?  For example:
> 
> mpx_init_s(3, x, y, z);
> 
> Instead of:
> 
> mpx_init_s(x, y, z, NULL);
> 
> ?

Adding a variable to the list is (slightly) more practical with
the NULL solution.

-- 
Vincent Lefèvre <vincent at vinc17.org> - Web: <http://www.vinc17.org/> - 100%
validated (X)HTML - Acorn Risc PC, Yellow Pig 17, Championnat International
des Jeux Mathématiques et Logiques, TETRHEX, etc.
Work: CR INRIA - computer arithmetic / SPACES project at LORIA


More information about the gmp-devel mailing list