This..
awk 'BEGIN{print sin(2.6261)}'
should (and normally does) yield 0.492964 but it yields 0.909297 on my embedded motherboard running BusyBox linux. The board I have is a DMP Vortex 86SX. I dont think it has a maths co-processor. The spec of the board is here...
http://www.dmp.com.tw/tech/vortex86sx/
I need some way to do a sin from within my app written in C and built with Kdevelop - without it I'm really stuck - Any help much appreciated - thank you - rich