Quote: "Counting would be a useful skill at NASA - I remember that one of the disasters caused a few years ago was caused by trying to stick a 32bit number into a 16bit variable. Whoops!"
Hehe. Remind me of their Mars mission also that crashed - it was caused by half of the programming team using imperial, and half metric
Quote: "They just don't plain use it anymore...they don't use +,-,*,/,^ etc etc none of that, depite the complex equations all using them...."
I bet they do
What other operators would they use? I know they could do complex things like logs etc. but at the end of the day they must somewhere user basic binary* operators.
*by that I mean uses two operands. Just a as unary operator has one operand. Yes, I have been writing an expression evaluator recently