expm1 & log1p

David Bateman David.Bateman at motorola.com
Tue Mar 18 09:21:25 CDT 2008


Jaroslav Hajek wrote:
> another pair of mappers.
> These are in GNU C library, so usually they will be in math.h; that's
> why I supplied "quick hack" replacements from top of my head
> (actually, pencil, paper & computer) instead of stealing the
> complicated formulas from glibc or other software. The minor advantage
> is that there is no need to sort out any copyright notices.
>
>   
<quote>

+#if defined (HAVE_EXPM1)
+double
+expm1 (double x)
+

</quote>

Shouldn't that read "#if ! defined (HAVE_EXPM1)" ? Also the matlab
functions accept complex arguments whereas your version seems to be
limited to real arguments

D.

-- 
David Bateman                                David.Bateman at motorola.com
Motorola Labs - Paris                        +33 1 69 35 48 04 (Ph) 
Parc Les Algorithmes, Commune de St Aubin    +33 6 72 01 06 33 (Mob) 
91193 Gif-Sur-Yvette FRANCE                  +33 1 69 35 77 01 (Fax) 

The information contained in this communication has been classified as: 

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



More information about the Octave-maintainers mailing list