Tool/software: Code Composer Studio
I want to store -0.9999802 ( negative number with 7 decimals) in C data types. How can i do it because double and long double does not accept negative numbers( only positive numbers 1.175495E-38 to 1.175495E+38)
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.
Tool/software: Code Composer Studio
I want to store -0.9999802 ( negative number with 7 decimals) in C data types. How can i do it because double and long double does not accept negative numbers( only positive numbers 1.175495E-38 to 1.175495E+38)