in reply to calcul returns "-0"
It's most likely a rounding issue, with CALCUL_DIV returning a very small value - which if it gets multiplied by -1 will be printed as "-0". But without more details, it's hard to pinpoint where it happens, and how to prevent it.
Could you post a self contained program that prints "-0" where you expect "0"?
Abigail
|
|---|