public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Re: Bug in libm or libstdc++.
@ 1999-03-02 19:07 N8TM
  1999-03-31 23:46 ` N8TM
  0 siblings, 1 reply; 52+ messages in thread
From: N8TM @ 1999-03-02 19:07 UTC (permalink / raw)
  To: pderbysh, egcs

In a message dated 3/2/99 8:06:06 AM Pacific Standard Time, pderbysh@usa.net
writes:

<< >When you want to use a Polynom approximation, you should rather use a
 >Tschebyscheff polynom.
 
 Perhaps.
 
 >Look it up in a mathematical enceclopedia.
  >>
The much maligned Numerical Recipes is quite adequate to give you a start in
this area.  There are plenty of open source code examples as well.

^ permalink raw reply	[flat|nested] 52+ messages in thread
* Re: Bug in libm or libstdc++.
@ 1999-03-02 18:59 N8TM
  1999-03-31 23:46 ` N8TM
  0 siblings, 1 reply; 52+ messages in thread
From: N8TM @ 1999-03-02 18:59 UTC (permalink / raw)
  To: doug, egcs, pderbysh

In a message dated 3/2/99 8:32:33 AM Pacific Standard Time, doug@seaspace.com
writes:

<< Try Chebyshev instead of that funky spelling above :)
  >>
You should use the other spelling if you're looking for references in German,
I imagine.

^ permalink raw reply	[flat|nested] 52+ messages in thread
* Re: Bug in libm or libstdc++.
@ 1999-03-02  8:31 Doug Semler
  1999-03-31 23:46 ` Doug Semler
  0 siblings, 1 reply; 52+ messages in thread
From: Doug Semler @ 1999-03-02  8:31 UTC (permalink / raw)
  To: egcs, Paul Derbyshire

----- Original Message -----
From: Paul Derbyshire <pderbysh@usa.net>
To: <egcs@egcs.cygnus.com>
Sent: Tuesday, March 02, 1999 8:04 AM
Subject: Re: Bug in libm or libstdc++.


>At 04:30 PM 3/1/99 +0000, you wrote:
>>When you want to use a Polynom approximation, you should rather use a
>>Tschebyscheff polynom.
>
>Perhaps.
>
>>Look it up in a mathematical enceclopedia.
>
>Impossible, since I don't have the URL for any, and a Web search turned up
>dry. (Again.)
>Of course, printed, expensive ones are not a viable alternative, since I
>have insufficient funds, no access to any vendor of such a product, and
>moreover no information about how I would locate such a vendor given that I
>did have the access and the three-figure amount of spare cash. Also, egcs
>is a free software product run on an open development model, and so it is
>not possible for them to require/expect a contributor to obtain expensive
>items in order to contribute, without thereby violating their own charter.

Try Chebyshev instead of that funky spelling above :)


Regarding books ... as far as I know, libraries are still around :)


---
Doug Semler | doug@seaspace.com
SeaSpace Corporation | Garbage In -- Gospel Out
Least Senior Software Developer; | Minister of things to do Next Quarter
Low Man on the Totem Pole | (but will Never Be Done) DNRC O-
A closed mind is a terrible thing | Bus Error (passengers dumped)

-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GCS/M d---(pu) s++:- a-- C++ UILSH+++$ P--- L++ E--- W+
N++ o-- K? w--(++$) O- M-- V- PS+ !PE Y PGP t(+) 5+++ X+
R- tv+(-) b+(++) DI++++ D G e++>++++ h!>--- r% y+>+++++**
------END GEEK CODE BLOCK------

^ permalink raw reply	[flat|nested] 52+ messages in thread
* Re: Bug in libm or libstdc++.
@ 1999-03-01 11:44 Mike Stump
       [not found] ` < 199903011944.LAA09214@kankakee.wrs.com >
  1999-03-31 23:46 ` Mike Stump
  0 siblings, 2 replies; 52+ messages in thread
From: Mike Stump @ 1999-03-01 11:44 UTC (permalink / raw)
  To: egcs, pderbysh

> Date: Sat, 27 Feb 1999 01:21:20 -0500
> From: Paul Derbyshire <pderbysh@usa.net>

> My copy of Stroustrup makes no mention of "export", IIRC.

Hum, that's strange, are you sure you have his fourth edition?

:-)  (Sorry, couldn't resist.)

^ permalink raw reply	[flat|nested] 52+ messages in thread
* Re: Bug in libm or libstdc++.
@ 1999-02-26 14:04 Mike Stump
       [not found] ` < 199902262203.OAA07030@kankakee.wrs.com >
  1999-02-28 22:53 ` Mike Stump
  0 siblings, 2 replies; 52+ messages in thread
From: Mike Stump @ 1999-02-26 14:04 UTC (permalink / raw)
  To: egcs, pderbysh

> Date: Fri, 26 Feb 1999 01:25:13 -0500
> To: egcs@egcs.cygnus.com
> From: Paul Derbyshire <pderbysh@usa.net>

> At 03:32 PM 2/24/99 PST, you wrote:
> >You have already been informed that libstdc++ is not complete.  Sorry.

> The standard has been around in largely complete form for over a
> year, and finalized for many months. I am curious as to what is the
> cause for all of these omissions...

They are unimportant.  As to why they are unimportant, that is a
harder to answer question.  Basically it is a value judgement by all
the users of gcc/g++.

> I would love to help but I don't know the first thing about
> implementing these mathematical functions.

:-)  You could learn!

> In any case, to avoid any more unpleasant surprised I would like to
> see a list of all the omissions in the current libstdc++

Ok, sure, love to see the list when you get done with it.  Maybe you
could get it added to the website after you're done.

^ permalink raw reply	[flat|nested] 52+ messages in thread
* Bug in libm or libstdc++.
@ 1999-02-24 15:13 Paul Derbyshire
       [not found] ` < 3.0.6.32.19990222090333.00847df0@pop.globalserve.net >
  1999-02-28 22:53 ` Paul Derbyshire
  0 siblings, 2 replies; 52+ messages in thread
From: Paul Derbyshire @ 1999-02-24 15:13 UTC (permalink / raw)
  To: egcs, egcs-bugs

C:\PGD\C++\omega\ofc>gcc ntst.cc -o ntst.exe -Wall -lm -lstdcxx
c:/djgpp/tmp/cc5PNfut.o(.text+0x51):ntst.cc: undefined reference to
`atan(long double)'
c:/djgpp/tmp/cc5PNfut.o(.text+0xa8):ntst.cc: undefined reference to
`exp(long double)'
c:/djgpp/tmp/cc5PNfut.o(.text+0xef):ntst.cc: undefined reference to
`log(long double)'
c:/djgpp/tmp/cc5PNfut.o(.text+0x136):ntst.cc: undefined reference to
`log(long double)'
c:/djgpp/tmp/cc5PNfut.o(.text+0x17d):ntst.cc: undefined reference to
`sqrt(long double)'

What the hell?

Stroustrup 3rd Ed definitely informs me that long double overloads for
these and other functions are supposed to be in either libm or libstdc++.

Using egcs 1.1.1 and the libm and libstdc++ that came with it.

-- 
   .*.  "Clouds are not spheres, mountains are not cones, coastlines are not
-()  <  circles, and bark is not smooth, nor does lightning travel in a
   `*'  straight line."    -------------------------------------------------
        -- B. Mandelbrot  | http://surf.to/pgd.net
_____________________ ____|________     Paul Derbyshire     pderbysh@usa.net
Programmer & Humanist|ICQ: 10423848|

^ permalink raw reply	[flat|nested] 52+ messages in thread
[parent not found: <Paul>]

end of thread, other threads:[~1999-03-31 23:46 UTC | newest]

Thread overview: 52+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-03-02 19:07 Bug in libm or libstdc++ N8TM
1999-03-31 23:46 ` N8TM
  -- strict thread matches above, loose matches on Subject: below --
1999-03-02 18:59 N8TM
1999-03-31 23:46 ` N8TM
1999-03-02  8:31 Doug Semler
1999-03-31 23:46 ` Doug Semler
1999-03-01 11:44 Mike Stump
     [not found] ` < 199903011944.LAA09214@kankakee.wrs.com >
1999-03-01 12:08   ` Joe Buck
     [not found]     ` < 199903012007.MAA14269@atrus.synopsys.com >
1999-03-02  8:32       ` Paul Derbyshire
1999-03-02 23:17         ` Alexandre Oliva
1999-03-31 23:46           ` Alexandre Oliva
1999-03-31 23:46         ` Paul Derbyshire
1999-03-31 23:46     ` Joe Buck
1999-03-31 23:46 ` Mike Stump
1999-02-26 14:04 Mike Stump
     [not found] ` < 199902262203.OAA07030@kankakee.wrs.com >
1999-02-27 20:44   ` Paul Derbyshire
1999-02-28 22:53     ` Paul Derbyshire
1999-02-28 22:53 ` Mike Stump
1999-02-24 15:13 Paul Derbyshire
     [not found] ` < 3.0.6.32.19990222090333.00847df0@pop.globalserve.net >
1999-02-24 15:34   ` Joe Buck
     [not found]     ` < 199902242332.PAA09334@atrus.synopsys.com >
1999-02-25 22:25       ` Paul Derbyshire
     [not found]         ` < 3.0.6.32.19990226012513.008e5450@pop.globalserve.net >
1999-02-26 10:38           ` Joe Buck
     [not found]             ` < 199902261836.KAA17757@atrus.synopsys.com >
1999-02-26 22:21               ` Paul Derbyshire
     [not found]                 ` < 3.0.6.32.19990227012120.0084e180@pop.globalserve.net >
1999-02-27  9:40                   ` Marc Espie
     [not found]                     ` < 199902271740.SAA14323@quatramaran.ens.fr >
1999-02-27 20:45                       ` Paul Derbyshire
1999-02-28 22:53                         ` Paul Derbyshire
1999-03-01  0:19                         ` Alexandre Oliva
     [not found]                           ` < ord82tlj4l.fsf@araguaia.dcc.unicamp.br >
1999-03-02  7:58                             ` Paul Derbyshire
1999-03-02 23:08                               ` Alexandre Oliva
1999-03-31 23:46                                 ` Alexandre Oliva
1999-03-31 23:46                               ` Paul Derbyshire
1999-03-31 23:46                           ` Alexandre Oliva
1999-02-28 22:53                     ` Marc Espie
1999-02-28 22:53                 ` Paul Derbyshire
1999-02-28 22:53             ` Joe Buck
1999-02-28 22:53         ` Paul Derbyshire
1999-02-28 22:53     ` Joe Buck
1999-02-24 15:42   ` Bob McWhirter
     [not found]     ` < Pine.LNX.3.96.990224183714.7438r-100000@exeter.exeter.org >
1999-02-25 22:20       ` Paul Derbyshire
     [not found]         ` <199902261635.LAA23787@wagner.Princeton.EDU>
1999-02-27 19:08           ` Paul Derbyshire
1999-02-28 22:53             ` Paul Derbyshire
1999-03-01  8:30             ` Joern Rennecke
     [not found]               ` < 199903011630.QAA00110@phal.cygnus.co.uk >
1999-03-02  8:04                 ` Paul Derbyshire
     [not found]                   ` < 3.0.6.32.19990302110405.00945870@pop.globalserve.net >
1999-03-02  8:38                     ` Joern Rennecke
1999-03-31 23:46                       ` Joern Rennecke
1999-03-31 23:46                   ` Paul Derbyshire
1999-03-31 23:46               ` Joern Rennecke
     [not found]         ` <Pine.SUN.3.91.990228142826.5950V-100000@is>
1999-02-28  4:57           ` Paul Derbyshire
1999-02-28 22:53             ` Paul Derbyshire
1999-02-28 22:53         ` Paul Derbyshire
1999-02-28 22:53     ` Bob McWhirter
1999-02-28 22:53 ` Paul Derbyshire
     [not found] <Paul>
     [not found] ` <Derbyshire's>
     [not found]   ` <message>
     [not found]     ` <of>
     [not found]       ` <"Sat,>
     [not found]         ` <27>
     [not found]           ` <Feb>
     [not found]             ` <1999>
     [not found]               ` <23:44:45>

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).