E
E.T. Grey
double roundup(double num,double to){ return (num+to/2-((num+to/2) %
to)) ; }
Compiler error:
error C2296: '%' : illegal, left operand has type 'double'
to)) ; }
Compiler error:
error C2296: '%' : illegal, left operand has type 'double'