help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Fixed-Point toolbox for octave-forge


From: David Bateman
Subject: Re: Fixed-Point toolbox for octave-forge
Date: Thu, 27 May 2004 11:58:11 +0200
User-agent: Mutt/1.4.1i

Daprès Paul Kienzle <address@hidden> (le 27/05/2004):
> 
> I use:
> 
>       #include <octave/lo-ieee.h>
>       lo_ieee_isnan()
> 
>  so I don't need #ifdef's in my code.

The fact is that the code in main/fixed/int is supposed to be
independent of the octave code, creating a fixed-point type for use in
arbitrary C++ programs. For this reason, your fix is not completely
appropriate. However, a combination of this and the previous approach
protected by "#ifdef OCTAVE_FORGE #else #endif" certainly is...

I've applied the suggested change...

Cheers
David

-- 
David Bateman                                address@hidden
Motorola CRM                                 +33 1 69 35 48 04 (Ph) 
Parc Les Algorithmes, Commune de St Aubin    +33 1 69 35 77 01 (Fax) 
91193 Gif-Sur-Yvette FRANCE

The information contained in this communication has been classified as: 

[x] General Business Information 
[ ] Motorola Internal Use Only 
[ ] Motorola Confidential Proprietary



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]