Re: [IronPython] IronMath

2006-04-21 Thread Dino Viehland
on CLR? (http://members.microsoft.com/careers/search/details.aspx?JobID=6D4754DE-11F0-45DF-8B78-DC1B43134038) From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kristof Wagemans Sent: Friday, April 21, 2006 1:24 PM To: users@lists.ironpython.com Subject: [IronPython] IronMath

[IronPython] IronMath

2006-04-21 Thread Kristof Wagemans
Why is there a separate IronMath project that only contains two files? Having one project and one dll is easier to manage for integration reasons and for redistribution. Since IronPython cannot work without IronMath why don’t you merge them? ___

[IronPython] IronMath Complex64 Compile??

2006-03-26 Thread Roger Duthie
I have embarked on the python tutorial from python.org, and I've come across the fact that IronPython has no Complex64 divide routine: so I thought I'd write one having done one for Java.  The doctoring of the Complex64 .cs file was easy; however, how does one compile the file for use in the IronM