??? 07/14/09 20:25 Read: times |
#167277 - maybe if the lines are.... Responding to: ???'s previous message |
float a; float b; float c; float d; a = 1.0; b = 2.0; c = 3.0; a = a / b; b = b * c; printf("%f" sin(c)); That should be a few K |
??? 07/14/09 20:25 Read: times |
#167277 - maybe if the lines are.... Responding to: ???'s previous message |
float a; float b; float c; float d; a = 1.0; b = 2.0; c = 3.0; a = a / b; b = b * c; printf("%f" sin(c)); That should be a few K |