Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!timbuk!cs.umn.edu!sialis!orbit!pnet51!pj From: pj@pnet51.orb.mn.org (Paul Jacoby) Newsgroups: comp.sys.mac.programmer Subject: Re: Math in Think C 4.0 Message-ID: <3810@orbit.cts.com> Date: 15 Jan 91 20:05:04 GMT Sender: root@orbit.cts.com Organization: People-Net [pnet51], Minneapolis, MN. Lines: 23 On the lines of , I was gazing at my headers file just today (someone else installed the software on this machine) and noticed that there was only . In the Sources folder, there is 'math881.c'. How would one compile 'math881.c' for use, or is this already in the ANSI-881 library? Question two on the same lines: how come the following code never is true? #define MIN_SIZE 3 foo(double bar) double bar; { /* let's say bar = 3.666.... */ if (bar > MIN_SIZE) { printf("Huzzah\n") } } .-----------------------------------------------------------------------------. | UUCP: {crash tcnet}!orbit!pnet51!pj | RTFD = Read The Silly Doc! | | INET: pj@pnet51.orb.mn.org | | `-----------------------------------------------------------------------------'