Bigint up to DMD 1.022 now

davidl davidl at 126.com
Thu Oct 25 22:52:07 PDT 2007


在 Thu, 25 Oct 2007 15:41:25 +0800,yidabu <yidabu.nospam at gmail.com> 写道:

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

Great work!


-- 
使用 Opera 革命性的电子邮件客户程序: http://www.opera.com/mail/



More information about the Digitalmars-d mailing list