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.

math function information

hi everyone, i have some questions. first what does operator ^ mean in ccs? how

can i use power function (a^x) in ccs? second, where can i find info about how 

fixed point math works in programs?  does ti provide big math lib for chips?

thank you!

  • I think what you are looking for is the pow() function which is a part of the Run-Time Support (RTS) library which is a part of the cgtools package. This is a standard C library, so you should be able to read up on it in any C book or online.