<?xml version="1.0" standalone="yes"?>
<FormulaDataSet xmlns="http://tempuri.org/FormulaDataSet.xsd">
  <Formula>
    <Id>Math Calc 1 : Circumference of circle</Id>
    <FormulaString>2 * [PI] * 23.5_radius</FormulaString>
    <FormatType>N</FormatType>
  </Formula>
  <Formula>
    <Id>Math Calc 2 : Pythagoras hypotenuse</Id>
    <FormulaString>SQRT(SQR(23.5_opposite) + SQR(12.7_adjacent))</FormulaString>
    <FormatType>N</FormatType>
  </Formula>
  <Formula>
    <Id>Math Calc 3 : Opposite side of triangle</Id>
    <FormulaString>9_hypotenuse * SIN([DEGREES_TO_RADIANS] * 20_degrees)</FormulaString>
    <FormatType>N</FormatType>
  </Formula>
</FormulaDataSet>