Muse Wiki
Brought to you by:
lyconair
In MUSE you can define formulas in two different formats:
You can specify in the calculation section which format you use for the 'whole' project. Use the argument formulaformat to set it.
The following line to start the calculation section tells MUSE to interpret all formulas in postfix form. This includes the formulas in all used basic models and also in the calibration, processes and so on.
...
<calculation formulaformat="postfix">
...
<uncertainty> 2 3 4++ 6/ </uncertainty>
</calculation>
...
The default value of formulaformat is infix.