To: | |
---|---|
Subject: | Re: [ts-7000] Floating Point Functions |
From: | "Stephen Queen" <> |
Date: | Tue, 24 Apr 2007 06:38:47 -0600 |
Try adding to your code the following include statements: #include <stdlib.h> #include <math.h> Then when you compile, use the following command: gcc -o program_name program_name.c -lm -std=c99 As a note, be carefull about using the name "test" for a program. There is a shell built in named "test" which could run instead of the program you are expecting. Stephen Queen
On 4/22/07, jywmpg <> wrote:
|
<Prev in Thread] | Current Thread | [Next in Thread> |
---|---|---|
|
Previous by Date: | [ts-7000] in-car wireless internet, Murat OZDEMiR |
---|---|
Next by Date: | RE: [ts-7000] in-car wireless internet, Muthu Rajan.J |
Previous by Thread: | [ts-7000] Floating Point Functions, jywmpg |
Next by Thread: | Re: [ts-7000] Floating Point Functions, Michael L Howard |
Indexes: | [Date] [Thread] [Top] [All Lists] |
Disclaimer: Neither Andrew Taylor nor the University of NSW School of Computer and Engineering take any responsibility for the contents of this archive. It is purely a compilation of material sent by many people to the birding-aus mailing list. It has not been checked for accuracy nor its content verified in any way. If you wish to get material removed from the archive or have other queries about the archive e-mail Andrew Taylor at this address: andrewt@cse.unsw.EDU.AU