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.