Re: M_PIl

2012-09-03 Thread Jelle Hermsen
Using a bignum library like GMP ( http://gmplib.org/ ) might be a good idea when precision is that important. Jelle On 09/02/2012 02:35 AM, Pierre Abbat wrote: On Friday, August 31, 2012 18:33:36 Jelle Hermsen wrote: Personally I just define pi with 4*atan(1). Is there a good reason to use

Re: What's the status of the USB stack port?

2012-09-03 Thread Markus Pfeiffer
Hello, On Sat, Sep 01, 2012 at 07:44:47PM +1000, elekktrett...@exemail.com.au wrote: Hi all, Last time I heard there was someone working on the port. I'd be willing to test (my dragonfly installation is long not used because my USB peripherals - keyboard etc are not working with the

Re: What's the status of the USB stack port?

2012-09-03 Thread Carsten Mattner
On Mon, Sep 3, 2012 at 11:56 AM, Markus Pfeiffer markus.pfeif...@morphism.de wrote: Hello, On Sat, Sep 01, 2012 at 07:44:47PM +1000, elekktrett...@exemail.com.au wrote: Hi all, Last time I heard there was someone working on the port. I'd be willing to test (my dragonfly installation is long

Re: M_PIl

2012-09-03 Thread Pierre Abbat
On Monday, September 03, 2012 11:15:02 Jelle Hermsen wrote: Using a bignum library like GMP ( http://gmplib.org/ ) might be a good idea when precision is that important. This program doesn't use or need bignums, and GMP has neither infinity nor NaN nor trig functions. Pierre -- .i toljundi

Re: What's the status of the USB stack port?

2012-09-03 Thread elekktretterr
Thanks for your offer! I am currently caught up in getting my PhD submitted. Once that is done and I have settled in at my new work space I will finish the port pretty quickly I guess. I also thank Sascha for putting the effort in to get USB into master. I guess by the end of September