Part Number: TMS320F28035
Tool/software: Code Composer Studio
In the notation for float variables, is there a difference between 1.0f and 1.0L?
How is a double float (8 bytes) defined?
Thanks,
Mechi
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.
Part Number: TMS320F28035
Tool/software: Code Composer Studio
In the notation for float variables, is there a difference between 1.0f and 1.0L?
How is a double float (8 bytes) defined?
Thanks,
Mechi
Hi,
The suffix 'f' is used for single precision and 'L' is used for long double precision floating point constants.
If my reply answers your question please click on "This resolved my issue" button located at the bottom of my post.
Regards
Himanshu