From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <41A9F556.6090004@xmission.com> From: Brad Midgley MIME-Version: 1.0 To: bluez-devel@lists.sourceforge.net Subject: Re: [Bluez-devel] Elimination of pow() in SBC code References: <1101599506.18467.6.camel@pegasus> <41A93A21.1090809@xmission.com> <1101648751.18467.52.camel@pegasus> In-Reply-To: <1101648751.18467.52.camel@pegasus> Content-Type: text/plain; charset=us-ascii; format=flowed Sender: bluez-devel-admin@lists.sourceforge.net Errors-To: bluez-devel-admin@lists.sourceforge.net Reply-To: bluez-devel@lists.sourceforge.net List-Unsubscribe: , List-Id: BlueZ development List-Post: List-Help: List-Subscribe: , List-Archive: Date: Sun, 28 Nov 2004 08:57:10 -0700 Marcel > we don't need -lm anymore, but there is still the math.h include and > this is because of the fabs() function. Any ideas? the abs functions are usually done with a macro #define fabs(x) ((x)<0?(-x):(x)) but we could define our own similar macro if you want to stop using math.h brad ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Bluez-devel mailing list Bluez-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bluez-devel