My application needs a precision computation, even a decimal value is a
worth. I am using a variable with type double and float i.e.

float k;
k = (float)1/2;
printf("k %f\n",k);

The code above is fused into hardware(micaz) but the output is 'k ?'.
Could anyone help me?

-- 
Alexandre
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to