Menu

Formula format Log in to Edit

Marco Wolf

Formula format

In MUSE you can define formulas in two different formats:

  • Infix: usual format (a+(b*c))
  • Postfix: (a b c * +)

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.

Related topics


Related

Wiki: Calculation section
Wiki: Identifiers
Wiki: Variables

MongoDB Logo MongoDB