From owner-bug-octave at bevo dot che dot wisc dot edu Sun Nov 3 19:29:00 1996 Subject: Re: Problems in octave-1.90 From: "John W. Eaton" To: gebhardt at crunch dot ikp dot physik dot th-darmstadt dot de Cc: jcardoso at inescn dot pt, bug-octave@bevo.che.wisc.edu Date: Sun, 3 Nov 1996 19:28:40 -0600 On 4-Nov-1996, root at panther dot ikp dot physik dot th-darmstadt dot de wrote: : You can fix this problem by including the following at line 31 of : octave-1.90/src/mappers.h: : : #ifndef HAVE_ACOSH : double acosh (double); : #endif : #ifndef HAVE_ASINH : double asinh (double); : #endif : #ifndef HAVE_ATANH : double atanh (double); : #endif But the better place for doing this is in liboctave/oct-math.h. jwe