<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Formula format</title><link>https://sourceforge.net/p/freemuse/wiki/Formula%2520format/</link><description>Recent changes to Formula format</description><atom:link href="https://sourceforge.net/p/freemuse/wiki/Formula%20format/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 06 Jun 2011 19:02:01 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/freemuse/wiki/Formula%20format/feed" rel="self" type="application/rss+xml"/><item><title>&lt;pre&gt;--- v1 
+++ v2 
@@ -9,6 +9,7 @@
 You can specify in the [calculation section](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](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.
+
 ~~~~
   ...
   &lt;calculation formulaformat="postfix"&gt;
&lt;/pre&gt;</title><link>https://sourceforge.net/p/freemuse/wiki/Formula%2520format/</link><description>&lt;pre&gt;--- v1 
+++ v2 
@@ -9,6 +9,7 @@
 You can specify in the [calculation section](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](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.
+
 ~~~~
   ...
   &lt;calculation formulaformat="postfix"&gt;
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marco Wolf</dc:creator><pubDate>Mon, 06 Jun 2011 19:02:01 -0000</pubDate><guid>https://sourceforge.netd9e9b94f09c2868b292c6c7ed2c37bc3902705a7</guid></item><item><title>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](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](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.
~~~~
  ...
  &lt;calculation formulaformat="postfix"&gt;
    ...
    &lt;uncertainty&gt; 2 3 4++ 6/ &lt;/uncertainty&gt;
  &lt;/calculation&gt;
  ...
~~~~

The default value of __formulaformat__ is __infix__.

Related topics
===

 * [Variables](Variables)
 * [Identifiers](Identifiers)
</title><link>https://sourceforge.net/p/freemuse/wiki/Formula%2520format/</link><description>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](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](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.
~~~~
  ...
  &lt;calculation formulaformat="postfix"&gt;
    ...
    &lt;uncertainty&gt; 2 3 4++ 6/ &lt;/uncertainty&gt;
  &lt;/calculation&gt;
  ...
~~~~

The default value of __formulaformat__ is __infix__.

Related topics
===

 * [Variables](Variables)
 * [Identifiers](Identifiers)
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Marco Wolf</dc:creator><pubDate>Mon, 06 Jun 2011 19:01:38 -0000</pubDate><guid>https://sourceforge.netff3c93758897dbf6fb073db768b76c5667d8ca5b</guid></item></channel></rss>