Bigint up to DMD 1.022 now

Don Clugston dac at nospam.com.au
Fri Oct 26 04:16:35 PDT 2007


yidabu wrote:
> Bigint written by Arcane Jill three years ago, up to DMD 1.022 now.
> 
> you might find here:
> 
> http://svn.dsource.org/projects/dwin/trunk/math/bigint/
> 
> example :
> 
> auto a = Bigint("1234567890123456789012345678901234567890") ;        
> Stdout(a / 10).newline;
> Stdout(a * 10).newline;
> Stdout(a % 10).newline;
> 
> enjoy :)

I presume the Arse License still applies, though. Which could reduce the 
usefulness of your work.



More information about the Digitalmars-d mailing list