To: | |
---|---|
Subject: | Re: [ts-7000] Math functions on the TS? |
From: | "Wim Vinckier" <> |
Date: | Wed, 11 Apr 2007 21:55:08 +0200 |
I think you didn't read the manual good enough. I get on my compiling machine: $ cat sin.c #include <stdio.h> #include <math.h> int main() { printf("sin pi = %f\n",sinf(0)); return 0; } $ /opt/crosstool/gcc-3.3.4-glibc-2.3.2/bin/arm-linux-gcc -Wall -O2 -lm sin.c -o sin Trying to run sin on my ts7260: $ ./sin sin pi = 0.000000 Hope it helps... wimpunk. On 11 Apr 2007 11:40:23 -0700, Jonathan <> wrote:
|
<Prev in Thread] | Current Thread | [Next in Thread> |
---|---|---|
|
Previous by Date: | [ts-7000] Re: Math functions on the TS?, Yan Seiner |
---|---|
Next by Date: | [ts-7000] SD card on TS-7440, Stephen Queen |
Previous by Thread: | [ts-7000] Re: Math functions on the TS?, Jonathan |
Next by Thread: | [ts-7000] SD card on TS-7440, Stephen Queen |
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