| Line 894: |
Line 894: |
| | is found. | | is found. |
| | | | |
| | + | For example, |
| | <pre> | | <pre> |
| | units.on; | | units.on; |
| Line 901: |
Line 902: |
| | [e(3kg),f(3kg)] | | [e(3kg),f(3kg)] |
| | </pre> | | </pre> |
| | + | |
| | + | gives |
| | + | |
| | + | <pre> |
| | + | 269626553621045280kg.m2 .s-2 269626553621045280 |
| | + | </pre> |
| | + | |
| | + | as result, which shows e is evaluated using units, and f is not. |
| | | | |
| | ==MORE== | | ==MORE== |