Bigint up to DMD 1.022 now

yidabu yidabu.nospam at gmail.com
Thu Oct 25 00:41:25 PDT 2007


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 :)

-- 
yidabu <yidabu.nospam at gmail.com>
D China:
http://bbs.yidabu.com/forum-10-1.html



More information about the Digitalmars-d mailing list