[Mono-devel-list] A patch for Math.cs

Philip Van Hoof spamfrommailing at freax.org
Wed May 21 20:16:43 EDT 2003


Hey Bob and Dan,

I am sending you guys this E-mail because you are the authors of Monos
Math.cs-file.

This patch adds the MS.NET 1.1-methods :

#ifdef NET_1_1
  Math.BigMul (int a, int b)
  Math.DivRem (int a, int b, out int result)
  Math.DivRem (long a, long b, out long result)
#endif

As comments that one of you added say, it is probably true that those
methods are not implemented in MS.NET 1.0. However, it looks like they
are implemented in MS.NET 1.1. So I removed the comment-tags and added
the #ifdef NET_1_1 thingy.


ps. I've put mono-devel-list in the CC

-- 
Philip Van Hoof a.k.a. freax
me at freax dot org
http://www.freax.be -- http://www.freax.eu.org -- http://www.freax.org


-------------- next part --------------
A non-text attachment was scrubbed...
Name: Math.cs.1_1.diff
Type: text/x-patch
Size: 1317 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/mono-devel-list/attachments/20030522/9fa24a19/attachment.bin 


More information about the Mono-devel-list mailing list