[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
calculate NUMERICAL_EXPRESSION; |
so you might write, for example,
$x = 10 +- 0.1; calculate $x * $x; |
to find that the percentage uncertainty doubles by squaring a value, here from 1 percent on the value 10 to 2 percent on the value 100.