Error(s) found: '1'
December 1, 2009 3:49 pm
Absolute Value (function)Posted on: 2001-09-15 10:17:43Number of times viewed: 403 float absFunc(float x) { return x<0?-x:x; } Please Rate this Code:
float absFunc(float x) { return x<0?-x:x; }
Please Rate this Code: