Hi, I am using Windows 7 (Service Pack 1) , Code Compressor Studio 5.5.0 and Board TMS320C6713 DSK.
Currently I am writing .c (shown as below)
My main.c has interrupt which will call this .c and I found out I have problem with <math.h> (I assume)
I would like to calculate a_b by using tan() math function. But it keeps showing the output is 0.
Is it due to library ?
Am I missing something important?