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.

Is there way to use double or float on CCS?

I'm working on CCS version 6.1.2 .

I use rational numbers in my code, therefore I need type such as double or float.

I can use integer by using  uint_32t type, but I can not find such type corresponding double or float.

If there is way to use float or double type, please let me know. Thank you.