userx51
Junior Member level 2
- Joined
- Apr 21, 2013
- Messages
- 20
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,432
in C code, Microcontroller, how to find out if a x overflown?.
float x,y;
x=*someval+z;
:-?
float x,y;
x=*someval+z;
:-?