This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/MSP430F249: MATH.H functions like sin,cos,tan ,atan,acos,asin are not working in ccs studio.

Part Number: MSP430F249

Tool/software: Code Composer Studio

Trigonometric functions are not working , means while compiling it , doesn't  shows any errors , but it doesn't executes the any of the following functions.

output = sin(deg2rad(30));
output = sin(deg2rad(45));
output = sin(deg2rad(60));
output = sin(deg2rad(75));
output = sin(deg2rad(90));