diff options
author | Dennis Francis <dennis.francis@collabora.com> | 2019-03-03 17:56:58 +0530 |
---|---|---|
committer | Dennis Francis <dennis.francis@collabora.com> | 2019-03-03 16:16:08 +0100 |
commit | 20b1a4589ee95e34afdb3c82834fe32e1ccb25fb (patch) | |
tree | 83f1763632affdee3ab17cf56bd4fa01bfcd34cf /sc | |
parent | 15e89e7cc93a82e5f129a86644531e1e6627a1cf (diff) |
More test cases for FOURIER formula
This adds test cases for N(data length) for non powers of 2.
This tests real and complex input cases. It also tests polar and
non-polar output case. The reference(expected) numbers were obtained
using fft() of Matlab R2018b. Finally the inverse transform is
compared is compared with original inputs for correctness.
Change-Id: Ibc13fb5ce900facd3fb0896e85a4e0d1694ad7f3
Reviewed-on: https://gerrit.libreoffice.org/68640
Tested-by: Jenkins
Reviewed-by: Dennis Francis <dennis.francis@collabora.com>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/qa/unit/data/functions/array/fods/fourier.fods | 4367 |
1 files changed, 4322 insertions, 45 deletions
diff --git a/sc/qa/unit/data/functions/array/fods/fourier.fods b/sc/qa/unit/data/functions/array/fods/fourier.fods index 43189508827b..789e1bd15f73 100644 --- a/sc/qa/unit/data/functions/array/fods/fourier.fods +++ b/sc/qa/unit/data/functions/array/fods/fourier.fods @@ -1,20 +1,20 @@ <?xml version="1.0" encoding="UTF-8"?> <office:document xmlns:office="urn:oasis:names:tc:opendocument:xmlns:office:1.0" xmlns:style="urn:oasis:names:tc:opendocument:xmlns:style:1.0" xmlns:text="urn:oasis:names:tc:opendocument:xmlns:text:1.0" xmlns:table="urn:oasis:names:tc:opendocument:xmlns:table:1.0" xmlns:draw="urn:oasis:names:tc:opendocument:xmlns:drawing:1.0" xmlns:fo="urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" xmlns:presentation="urn:oasis:names:tc:opendocument:xmlns:presentation:1.0" xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" xmlns:math="http://www.w3.org/1998/Math/MathML" xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:script="urn:oasis:names:tc:opendocument:xmlns:script:1.0" xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" xmlns:ooo="http://openoffice.org/2004/office" xmlns:ooow="http://openoffice.org/2004/writer" xmlns:oooc="http://openoffice.org/2004/calc" xmlns:dom="http://www.w3.org/2001/xml-events" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:rpt="http://openoffice.org/2005/report" xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:grddl="http://www.w3.org/2003/g/data-view#" xmlns:tableooo="http://openoffice.org/2009/table" xmlns:drawooo="http://openoffice.org/2010/draw" xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0" xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0" xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" xmlns:formx="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0" xmlns:css3t="http://www.w3.org/TR/css3-text/" office:version="1.2" office:mimetype="application/vnd.oasis.opendocument.spreadsheet"> - <office:meta><meta:creation-date>2019-02-19T14:19:02.782037492</meta:creation-date><dc:date>2019-02-24T18:12:23.544491972</dc:date><meta:editing-duration>PT2H7M59S</meta:editing-duration><meta:editing-cycles>43</meta:editing-cycles><meta:generator>LibreOfficeDev/6.3.0.0.alpha0$Linux_X86_64 LibreOffice_project/b4df9b0b4c7411f257b0a397687587114a53208e</meta:generator><meta:document-statistic meta:table-count="2" meta:cell-count="884" meta:object-count="0"/></office:meta> + <office:meta><meta:creation-date>2019-02-19T14:19:02.782037492</meta:creation-date><dc:date>2019-03-03T16:30:38.015797381</dc:date><meta:editing-duration>PT2H52M20S</meta:editing-duration><meta:editing-cycles>66</meta:editing-cycles><meta:generator>LibreOfficeDev/6.3.0.0.alpha0$Linux_X86_64 LibreOffice_project/b4df9b0b4c7411f257b0a397687587114a53208e</meta:generator><meta:document-statistic meta:table-count="3" meta:cell-count="2175" meta:object-count="0"/></office:meta> <office:settings> <config:config-item-set config:name="ooo:view-settings"> <config:config-item config:name="VisibleAreaTop" config:type="int">0</config:config-item> <config:config-item config:name="VisibleAreaLeft" config:type="int">0</config:config-item> <config:config-item config:name="VisibleAreaWidth" config:type="int">20041</config:config-item> - <config:config-item config:name="VisibleAreaHeight" config:type="int">4261</config:config-item> + <config:config-item config:name="VisibleAreaHeight" config:type="int">4713</config:config-item> <config:config-item-map-indexed config:name="Views"> <config:config-item-map-entry> <config:config-item config:name="ViewId" config:type="string">view1</config:config-item> <config:config-item-map-named config:name="Tables"> <config:config-item-map-entry config:name="Sheet1"> <config:config-item config:name="CursorPositionX" config:type="int">1</config:config-item> - <config:config-item config:name="CursorPositionY" config:type="int">2</config:config-item> + <config:config-item config:name="CursorPositionY" config:type="int">8</config:config-item> <config:config-item config:name="HorizontalSplitMode" config:type="short">0</config:config-item> <config:config-item config:name="VerticalSplitMode" config:type="short">0</config:config-item> <config:config-item config:name="HorizontalSplitPosition" config:type="int">0</config:config-item> @@ -32,7 +32,25 @@ </config:config-item-map-entry> <config:config-item-map-entry config:name="Sheet2"> <config:config-item config:name="CursorPositionX" config:type="int">0</config:config-item> - <config:config-item config:name="CursorPositionY" config:type="int">1</config:config-item> + <config:config-item config:name="CursorPositionY" config:type="int">3</config:config-item> + <config:config-item config:name="HorizontalSplitMode" config:type="short">0</config:config-item> + <config:config-item config:name="VerticalSplitMode" config:type="short">0</config:config-item> + <config:config-item config:name="HorizontalSplitPosition" config:type="int">0</config:config-item> + <config:config-item config:name="VerticalSplitPosition" config:type="int">0</config:config-item> + <config:config-item config:name="ActiveSplitRange" config:type="short">2</config:config-item> + <config:config-item config:name="PositionLeft" config:type="int">0</config:config-item> + <config:config-item config:name="PositionRight" config:type="int">0</config:config-item> + <config:config-item config:name="PositionTop" config:type="int">0</config:config-item> + <config:config-item config:name="PositionBottom" config:type="int">0</config:config-item> + <config:config-item config:name="ZoomType" config:type="short">0</config:config-item> + <config:config-item config:name="ZoomValue" config:type="int">100</config:config-item> + <config:config-item config:name="PageViewZoomValue" config:type="int">60</config:config-item> + <config:config-item config:name="ShowGrid" config:type="boolean">true</config:config-item> + <config:config-item config:name="AnchoredTextOverflowLegacy" config:type="boolean">false</config:config-item> + </config:config-item-map-entry> + <config:config-item-map-entry config:name="Sheet3"> + <config:config-item config:name="CursorPositionX" config:type="int">4</config:config-item> + <config:config-item config:name="CursorPositionY" config:type="int">39</config:config-item> <config:config-item config:name="HorizontalSplitMode" config:type="short">0</config:config-item> <config:config-item config:name="VerticalSplitMode" config:type="short">0</config:config-item> <config:config-item config:name="HorizontalSplitPosition" config:type="int">0</config:config-item> @@ -109,7 +127,7 @@ </config:config-item-map-indexed> <config:config-item config:name="PrinterName" config:type="string">Generic Printer</config:config-item> <config:config-item config:name="PrinterPaperFromSetup" config:type="boolean">false</config:config-item> - <config:config-item config:name="PrinterSetup" config:type="base64Binary">nwH+/0dlbmVyaWMgUHJpbnRlcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAU0dFTlBSVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAMAwAAAAAAAAAAEAAhSAAAEdAAASm9iRGF0YSAxCnByaW50ZXI9R2VuZXJpYyBQcmludGVyCm9yaWVudGF0aW9uPVBvcnRyYWl0CmNvcGllcz0xCmNvbGxhdGU9ZmFsc2UKbWFyZ2luZGFqdXN0bWVudD0wLDAsMCwwCmNvbG9yZGVwdGg9MjQKcHNsZXZlbD0wCnBkZmRldmljZT0xCmNvbG9yZGV2aWNlPTAKUFBEQ29udGV4RGF0YQpQYWdlU2l6ZTpBNABEdXBsZXg6Tm9uZQAAEgBDT01QQVRfRFVQTEVYX01PREUPAER1cGxleE1vZGU6Ok9mZg==</config:config-item> + <config:config-item config:name="PrinterSetup" config:type="base64Binary">nwH+/0dlbmVyaWMgUHJpbnRlcgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAU0dFTlBSVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWAAMAwAAAAAAAAAAEAAhSAAAEdAAASm9iRGF0YSAxCnByaW50ZXI9R2VuZXJpYyBQcmludGVyCm9yaWVudGF0aW9uPVBvcnRyYWl0CmNvcGllcz0xCmNvbGxhdGU9ZmFsc2UKbWFyZ2luZGFqdXN0bWVudD0wLDAsMCwwCmNvbG9yZGVwdGg9MjQKcHNsZXZlbD0wCnBkZmRldmljZT0xCmNvbG9yZGV2aWNlPTAKUFBEQ29udGV4RGF0YQpEdXBsZXg6Tm9uZQBQYWdlU2l6ZTpBNAAAEgBDT01QQVRfRFVQTEVYX01PREUPAER1cGxleE1vZGU6Ok9mZg==</config:config-item> <config:config-item config:name="EmbedOnlyUsedFonts" config:type="boolean">false</config:config-item> <config:config-item config:name="ApplyUserData" config:type="boolean">true</config:config-item> <config:config-item config:name="EmbedComplexScriptFonts" config:type="boolean">true</config:config-item> @@ -1552,6 +1570,21 @@ <style:style style:name="co9" style:family="table-column"> <style:table-column-properties fo:break-before="auto" style:column-width="93.4pt"/> </style:style> + <style:style style:name="co10" style:family="table-column"> + <style:table-column-properties fo:break-before="auto" style:column-width="118.09pt"/> + </style:style> + <style:style style:name="co11" style:family="table-column"> + <style:table-column-properties fo:break-before="auto" style:column-width="128.89pt"/> + </style:style> + <style:style style:name="co12" style:family="table-column"> + <style:table-column-properties fo:break-before="auto" style:column-width="119.65pt"/> + </style:style> + <style:style style:name="co13" style:family="table-column"> + <style:table-column-properties fo:break-before="auto" style:column-width="125.04pt"/> + </style:style> + <style:style style:name="co14" style:family="table-column"> + <style:table-column-properties fo:break-before="auto" style:column-width="104.94pt"/> + </style:style> <style:style style:name="ro1" style:family="table-row"> <style:table-row-properties style:row-height="24.46pt" fo:break-before="auto" style:use-optimal-row-height="true"/> </style:style> @@ -1591,8 +1624,8 @@ <style:style style:name="ce22" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N99"> <style:table-cell-properties style:text-align-source="fix" style:repeat-content="false"/> <style:paragraph-properties fo:text-align="center" fo:margin-left="0pt"/> - <style:map style:condition="cell-content()=1" style:apply-style-name="Good" style:base-cell-address="Sheet1.B8"/> - <style:map style:condition="cell-content()=0" style:apply-style-name="Bad" style:base-cell-address="Sheet1.B8"/> + <style:map style:condition="cell-content()=1" style:apply-style-name="Good" style:base-cell-address="Sheet1.B3"/> + <style:map style:condition="cell-content()=0" style:apply-style-name="Bad" style:base-cell-address="Sheet1.B3"/> </style:style> <style:style style:name="ce23" style:family="table-cell" style:parent-style-name="Default"> <style:table-cell-properties fo:background-color="#000000"/> @@ -1612,6 +1645,10 @@ <style:table-cell-properties fo:background-color="#ffff00"/> <style:text-properties fo:color="#ff0000"/> </style:style> + <style:style style:name="ce10" style:family="table-cell" style:parent-style-name="Default" style:data-style-name="N99"> + <style:map style:condition="cell-content()=1" style:apply-style-name="Good" style:base-cell-address="Sheet3.N2"/> + <style:map style:condition="cell-content()=0" style:apply-style-name="Bad" style:base-cell-address="Sheet3.N2"/> + </style:style> <style:page-layout style:name="pm1"> <style:page-layout-properties style:writing-mode="lr-tb"/> <style:header-style> @@ -1652,7 +1689,7 @@ <text:p><text:sheet-name>???</text:sheet-name><text:s/>(<text:title>???</text:title>)</text:p> </style:region-left> <style:region-right> - <text:p><text:date style:data-style-name="N2" text:date-value="2019-02-24">00/00/0000</text:date>, <text:time style:data-style-name="N2" text:time-value="18:27:22.610943946">00:00:00</text:time></text:p> + <text:p><text:date style:data-style-name="N2" text:date-value="2019-03-03">00/00/0000</text:date>, <text:time style:data-style-name="N2" text:time-value="15:46:05.649339134">00:00:00</text:time></text:p> </style:region-right> </style:header> <style:header-left style:display="false"/> @@ -1702,8 +1739,8 @@ </table:table-cell> </table:table-row> <table:table-row table:style-name="ro2"> - <table:table-cell office:value-type="float" office:value="1" calcext:value-type="float"> - <text:p>1</text:p> + <table:table-cell office:value-type="string" calcext:value-type="string"> + <text:p>Sheet2</text:p> </table:table-cell> <table:table-cell table:style-name="ce22" table:formula="of:=AND([Sheet2.$N$2:.$S$52])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> <text:p>TRUE</text:p> @@ -1712,10 +1749,21 @@ <text:p>FOURIER formulas for few even powers of 2 data length.</text:p> </table:table-cell> </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell office:value-type="string" calcext:value-type="string"> + <text:p>Sheet3</text:p> + </table:table-cell> + <table:table-cell table:style-name="ce22" table:formula="of:=AND([Sheet3.$N$2:.$S$77])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell office:value-type="string" calcext:value-type="string"> + <text:p>FOURIER formulas for few non powers of 2 data length.</text:p> + </table:table-cell> + </table:table-row> <calcext:conditional-formats> - <calcext:conditional-format calcext:target-range-address="Sheet1.B8:Sheet1.B8 Sheet1.B3:Sheet1.B3"> - <calcext:condition calcext:apply-style-name="Good" calcext:value="=1" calcext:base-cell-address="Sheet1.B8"/> - <calcext:condition calcext:apply-style-name="Bad" calcext:value="=0" calcext:base-cell-address="Sheet1.B8"/> + <calcext:conditional-format calcext:target-range-address="Sheet1.B8:Sheet1.B9 Sheet1.B3:Sheet1.B3"> + <calcext:condition calcext:apply-style-name="Good" calcext:value="=1" calcext:base-cell-address="Sheet1.B3"/> + <calcext:condition calcext:apply-style-name="Bad" calcext:value="=0" calcext:base-cell-address="Sheet1.B3"/> </calcext:conditional-format> </calcext:conditional-formats> </table:table> @@ -2256,8 +2304,8 @@ <table:table-cell table:number-matrix-columns-spanned="2" table:number-matrix-rows-spanned="8" table:formula="of:=ORG.LIBREOFFICE.FOURIER([.A12:.A19];1)" office:value-type="float" office:value="36" calcext:value-type="float"> <text:p>36</text:p> </table:table-cell> - <table:table-cell office:value-type="float" office:value="-4.163799117101E-015" calcext:value-type="float"> - <text:p>-4.163799117101E-15</text:p> + <table:table-cell office:value-type="float" office:value="-1.22464679914735E-015" calcext:value-type="float"> + <text:p>-1.22464679914735E-15</text:p> </table:table-cell> <table:table-cell office:value-type="float" office:value="36" calcext:value-type="float"> <text:p>36</text:p> @@ -2268,20 +2316,20 @@ <table:table-cell table:number-matrix-columns-spanned="2" table:number-matrix-rows-spanned="8" table:formula="of:=ORG.LIBREOFFICE.FOURIER([.A12:.A19];1;;1)" office:value-type="float" office:value="36" calcext:value-type="float"> <text:p>36</text:p> </table:table-cell> - <table:table-cell office:value-type="float" office:value="-1.15661086586139E-016" calcext:value-type="float"> - <text:p>-1.15661086586139E-16</text:p> + <table:table-cell office:value-type="float" office:value="-3.4017966642982E-017" calcext:value-type="float"> + <text:p>-3.4017966642982E-17</text:p> </table:table-cell> <table:table-cell table:formula="of:=SQRT([.C12]*[.C12]+[.D12]*[.D12])" office:value-type="float" office:value="36" calcext:value-type="float"> <text:p>36</text:p> </table:table-cell> - <table:table-cell table:formula="of:=ATAN2([.C12];[.D12])" office:value-type="float" office:value="-1.15661086586139E-016" calcext:value-type="float"> - <text:p>-1.15661086586139E-16</text:p> + <table:table-cell table:formula="of:=ATAN2([.C12];[.D12])" office:value-type="float" office:value="-3.4017966642982E-017" calcext:value-type="float"> + <text:p>-3.4017966642982E-17</text:p> </table:table-cell> <table:table-cell table:number-matrix-columns-spanned="2" table:number-matrix-rows-spanned="8" table:formula="of:=ORG.LIBREOFFICE.FOURIER([.C12:.D19];1;1)" office:value-type="float" office:value="1" calcext:value-type="float"> <text:p>1</text:p> </table:table-cell> - <table:table-cell office:value-type="float" office:value="-1.337679327958E-015" calcext:value-type="float"> - <text:p>-1.337679327958E-15</text:p> + <table:table-cell office:value-type="float" office:value="-4.59242549680257E-016" calcext:value-type="float"> + <text:p>-4.59242549680257E-16</text:p> </table:table-cell> <table:table-cell/> <table:table-cell table:formula="of:=IF(ISBLANK([.$C12]); 1; ABS([.$C12]-[.$E12])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> @@ -2336,8 +2384,8 @@ <table:table-cell office:value-type="float" office:value="2" calcext:value-type="float"> <text:p>2</text:p> </table:table-cell> - <table:table-cell office:value-type="float" office:value="-5.55111512312578E-016" calcext:value-type="float"> - <text:p>-5.55111512312578E-16</text:p> + <table:table-cell office:value-type="float" office:value="0" calcext:value-type="float"> + <text:p>0</text:p> </table:table-cell> <table:table-cell/> <table:table-cell table:formula="of:=IF(ISBLANK([.$C13]); 1; ABS([.$C13]-[.$E13])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> @@ -2380,20 +2428,20 @@ <table:table-cell office:value-type="float" office:value="5.65685424949238" calcext:value-type="float"> <text:p>5.65685424949238</text:p> </table:table-cell> - <table:table-cell office:value-type="float" office:value="2.35619449019235" calcext:value-type="float"> - <text:p>2.35619449019235</text:p> + <table:table-cell office:value-type="float" office:value="2.35619449019234" calcext:value-type="float"> + <text:p>2.35619449019234</text:p> </table:table-cell> <table:table-cell table:formula="of:=SQRT([.C14]*[.C14]+[.D14]*[.D14])" office:value-type="float" office:value="5.65685424949238" calcext:value-type="float"> <text:p>5.65685424949238</text:p> </table:table-cell> - <table:table-cell table:formula="of:=ATAN2([.C14];[.D14])" office:value-type="float" office:value="2.35619449019235" calcext:value-type="float"> - <text:p>2.35619449019235</text:p> + <table:table-cell table:formula="of:=ATAN2([.C14];[.D14])" office:value-type="float" office:value="2.35619449019234" calcext:value-type="float"> + <text:p>2.35619449019234</text:p> </table:table-cell> <table:table-cell office:value-type="float" office:value="3" calcext:value-type="float"> <text:p>3</text:p> </table:table-cell> - <table:table-cell office:value-type="float" office:value="-6.87008343331399E-016" calcext:value-type="float"> - <text:p>-6.87008343331399E-16</text:p> + <table:table-cell office:value-type="float" office:value="-1.416384724412E-016" calcext:value-type="float"> + <text:p>-1.416384724412E-16</text:p> </table:table-cell> <table:table-cell/> <table:table-cell table:formula="of:=IF(ISBLANK([.$C14]); 1; ABS([.$C14]-[.$E14])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> @@ -2448,8 +2496,8 @@ <table:table-cell office:value-type="float" office:value="4" calcext:value-type="float"> <text:p>4</text:p> </table:table-cell> - <table:table-cell office:value-type="float" office:value="-6.66133814775094E-016" calcext:value-type="float"> - <text:p>-6.66133814775094E-16</text:p> + <table:table-cell office:value-type="float" office:value="-2.22044604925031E-016" calcext:value-type="float"> + <text:p>-2.22044604925031E-16</text:p> </table:table-cell> <table:table-cell/> <table:table-cell table:formula="of:=IF(ISBLANK([.$C15]); 1; ABS([.$C15]-[.$E15])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> @@ -2480,8 +2528,8 @@ <table:table-cell office:value-type="float" office:value="-4" calcext:value-type="float"> <text:p>-4</text:p> </table:table-cell> - <table:table-cell office:value-type="float" office:value="-9.79717439317883E-016" calcext:value-type="float"> - <text:p>-9.79717439317883E-16</text:p> + <table:table-cell office:value-type="float" office:value="0" calcext:value-type="float"> + <text:p>0</text:p> </table:table-cell> <table:table-cell office:value-type="float" office:value="-4" calcext:value-type="float"> <text:p>-4</text:p> @@ -2492,20 +2540,20 @@ <table:table-cell office:value-type="float" office:value="4" calcext:value-type="float"> <text:p>4</text:p> </table:table-cell> - <table:table-cell office:value-type="float" office:value="-3.14159265358979" calcext:value-type="float"> - <text:p>-3.14159265358979</text:p> + <table:table-cell office:value-type="float" office:value="3.14159265358979" calcext:value-type="float"> + <text:p>3.14159265358979</text:p> </table:table-cell> <table:table-cell table:formula="of:=SQRT([.C16]*[.C16]+[.D16]*[.D16])" office:value-type="float" office:value="4" calcext:value-type="float"> <text:p>4</text:p> </table:table-cell> - <table:table-cell table:formula="of:=ATAN2([.C16];[.D16])" office:value-type="float" office:value="-3.14159265358979" calcext:value-type="float"> - <text:p>-3.14159265358979</text:p> + <table:table-cell table:formula="of:=ATAN2([.C16];[.D16])" office:value-type="float" office:value="3.14159265358979" calcext:value-type="float"> + <text:p>3.14159265358979</text:p> </table:table-cell> <table:table-cell office:value-type="float" office:value="5" calcext:value-type="float"> <text:p>5</text:p> </table:table-cell> - <table:table-cell office:value-type="float" office:value="-7.71125438193206E-016" calcext:value-type="float"> - <text:p>-7.71125438193206E-16</text:p> + <table:table-cell office:value-type="float" office:value="-3.36777869765522E-016" calcext:value-type="float"> + <text:p>-3.36777869765522E-16</text:p> </table:table-cell> <table:table-cell/> <table:table-cell table:formula="of:=IF(ISBLANK([.$C16]); 1; ABS([.$C16]-[.$E16])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> @@ -2560,8 +2608,8 @@ <table:table-cell office:value-type="float" office:value="6" calcext:value-type="float"> <text:p>6</text:p> </table:table-cell> - <table:table-cell office:value-type="float" office:value="-6.66133814775094E-016" calcext:value-type="float"> - <text:p>-6.66133814775094E-16</text:p> + <table:table-cell office:value-type="float" office:value="0" calcext:value-type="float"> + <text:p>0</text:p> </table:table-cell> <table:table-cell/> <table:table-cell table:formula="of:=IF(ISBLANK([.$C17]); 1; ABS([.$C17]-[.$E17])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> @@ -2613,8 +2661,8 @@ <table:table-cell office:value-type="float" office:value="7" calcext:value-type="float"> <text:p>7</text:p> </table:table-cell> - <table:table-cell office:value-type="float" office:value="-3.8826856830051E-016" calcext:value-type="float"> - <text:p>-3.8826856830051E-16</text:p> + <table:table-cell office:value-type="float" office:value="-2.86987907260374E-016" calcext:value-type="float"> + <text:p>-2.86987907260374E-16</text:p> </table:table-cell> <table:table-cell/> <table:table-cell table:formula="of:=IF(ISBLANK([.$C18]); 1; ABS([.$C18]-[.$E18])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> @@ -2669,8 +2717,8 @@ <table:table-cell office:value-type="float" office:value="8" calcext:value-type="float"> <text:p>8</text:p> </table:table-cell> - <table:table-cell office:value-type="float" office:value="1.11022302462516E-016" calcext:value-type="float"> - <text:p>1.11022302462516E-16</text:p> + <table:table-cell office:value-type="float" office:value="-2.22044604925031E-016" calcext:value-type="float"> + <text:p>-2.22044604925031E-16</text:p> </table:table-cell> <table:table-cell/> <table:table-cell table:formula="of:=IF(ISBLANK([.$C19]); 1; ABS([.$C19]-[.$E19])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> @@ -4582,6 +4630,4235 @@ </calcext:conditional-format> </calcext:conditional-formats> </table:table> + <table:table table:name="Sheet3" table:style-name="ta1"> + <table:table-column table:style-name="co4" table:number-columns-repeated="13" table:default-cell-style-name="Default"/> + <table:table-column table:style-name="co10" table:default-cell-style-name="ce10"/> + <table:table-column table:style-name="co7" table:default-cell-style-name="ce10"/> + <table:table-column table:style-name="co11" table:default-cell-style-name="ce10"/> + <table:table-column table:style-name="co12" table:default-cell-style-name="ce10"/> + <table:table-column table:style-name="co13" table:default-cell-style-name="ce10"/> + <table:table-column table:style-name="co14" table:default-cell-style-name="ce10"/> + <table:table-column table:style-name="co4" table:number-columns-repeated="2" table:default-cell-style-name="Default"/> + <table:table-row table:style-name="ro2"> + <table:table-cell table:style-name="ce23" office:value-type="string" calcext:value-type="string"> + <text:p>xr[n]</text:p> + </table:table-cell> + <table:table-cell table:style-name="ce23" office:value-type="string" calcext:value-type="string"> + <text:p>xi[n]</text:p> + </table:table-cell> + <table:table-cell table:style-name="ce23" office:value-type="string" calcext:value-type="string"> + <text:p>Xr[k]</text:p> + </table:table-cell> + <table:table-cell table:style-name="ce23" office:value-type="string" calcext:value-type="string"> + <text:p>Xi[k]</text:p> + </table:table-cell> + <table:table-cell table:style-name="ce23" office:value-type="string" calcext:value-type="string"> + <text:p>Exr[k]</text:p> + </table:table-cell> + <table:table-cell table:style-name="ce23" office:value-type="string" calcext:value-type="string"> + <text:p>Exi[k]</text:p> + </table:table-cell> + <table:table-cell table:style-name="ce23" office:value-type="string" calcext:value-type="string"> + <text:p>Xm[k]</text:p> + </table:table-cell> + <table:table-cell table:style-name="ce23" office:value-type="string" calcext:value-type="string"> + <text:p>Xp[k]</text:p> + </table:table-cell> + <table:table-cell table:style-name="ce23" office:value-type="string" calcext:value-type="string"> + <text:p>Exm[k]</text:p> + </table:table-cell> + <table:table-cell table:style-name="ce23" office:value-type="string" calcext:value-type="string"> + <text:p>Exp[k]</text:p> + </table:table-cell> + <table:table-cell table:style-name="ce23" office:value-type="string" calcext:value-type="string"> + <text:p>xhr[n]</text:p> + </table:table-cell> + <table:table-cell table:style-name="ce23" office:value-type="string" calcext:value-type="string"> + <text:p>xhi[n]</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:style-name="ce25" office:value-type="string" calcext:value-type="string"> + <text:p>CheckForwardFFTReal</text:p> + </table:table-cell> + <table:table-cell table:style-name="ce25" office:value-type="string" calcext:value-type="string"> + <text:p>CheckForwardFFTImag</text:p> + </table:table-cell> + <table:table-cell table:style-name="ce25" office:value-type="string" calcext:value-type="string"> + <text:p>CheckForwardFFTMag</text:p> + </table:table-cell> + <table:table-cell table:style-name="ce25" office:value-type="string" calcext:value-type="string"> + <text:p>CheckForwardFFTPhase</text:p> + </table:table-cell> + <table:table-cell table:style-name="ce25" office:value-type="string" calcext:value-type="string"> + <text:p>CheckInverseReal</text:p> + </table:table-cell> + <table:table-cell table:style-name="ce25" office:value-type="string" calcext:value-type="string"> + <text:p>CheckInverseImag</text:p> + </table:table-cell> + <table:table-cell table:style-name="ce27" office:value-type="string" calcext:value-type="string"> + <text:p>EPS</text:p> + </table:table-cell> + <table:table-cell table:style-name="ce27" office:value-type="float" office:value="0.00000000001" calcext:value-type="float"> + <text:p>1E-11</text:p> + </table:table-cell> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell office:value-type="float" office:value="1" calcext:value-type="float"> + <text:p>1</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:number-matrix-columns-spanned="2" table:number-matrix-rows-spanned="3" table:formula="of:=ORG.LIBREOFFICE.FOURIER([.A2:.A4];1)" office:value-type="float" office:value="6" calcext:value-type="float"> + <text:p>6</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="4.23839242352229E-016" calcext:value-type="float"> + <text:p>4.23839242352229E-16</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="6" calcext:value-type="float"> + <text:p>6</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="0" calcext:value-type="float"> + <text:p>0</text:p> + </table:table-cell> + <table:table-cell table:number-matrix-columns-spanned="2" table:number-matrix-rows-spanned="3" table:formula="of:=ORG.LIBREOFFICE.FOURIER([.A2:.A4];1;;1)" office:value-type="float" office:value="6" calcext:value-type="float"> + <text:p>6</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="7.06398737253716E-017" calcext:value-type="float"> + <text:p>7.06398737253716E-17</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=SQRT([.C2]*[.C2]+[.D2]*[.D2])" office:value-type="float" office:value="6" calcext:value-type="float"> + <text:p>6</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=ATAN2([.C2];[.D2])" office:value-type="float" office:value="7.06398737253716E-017" calcext:value-type="float"> + <text:p>7.06398737253716E-17</text:p> + </table:table-cell> + <table:table-cell table:number-matrix-columns-spanned="2" table:number-matrix-rows-spanned="3" table:formula="of:=ORG.LIBREOFFICE.FOURIER([.C2:.D4];1;1)" office:value-type="float" office:value="1" calcext:value-type="float"> + <text:p>1</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-6.01705842729982E-016" calcext:value-type="float"> + <text:p>-6.01705842729982E-16</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C2]); 1; ABS([.$C2]-[.$E2])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D2]); 1; ABS([.$D2]-[.$F2])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G2]); 1; ABS([.$G2]-[.$I2])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H2]); 1; ABS([.$H2]-[.$J2])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K2]); 1; ABS([.$K2]-[.$A2])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L2]); 1; ABS([.$L2]-[.$B2])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell office:value-type="float" office:value="2" calcext:value-type="float"> + <text:p>2</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell office:value-type="float" office:value="-1.5" calcext:value-type="float"> + <text:p>-1.5</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="0.866025403784438" calcext:value-type="float"> + <text:p>0.866025403784438</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-1.5" calcext:value-type="float"> + <text:p>-1.5</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="0.866025403784439" calcext:value-type="float"> + <text:p>0.866025403784439</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="1.73205080756888" calcext:value-type="float"> + <text:p>1.73205080756888</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="2.6179938779915" calcext:value-type="float"> + <text:p>2.6179938779915</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=SQRT([.C3]*[.C3]+[.D3]*[.D3])" office:value-type="float" office:value="1.73205080756888" calcext:value-type="float"> + <text:p>1.73205080756888</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=ATAN2([.C3];[.D3])" office:value-type="float" office:value="2.6179938779915" calcext:value-type="float"> + <text:p>2.6179938779915</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="2" calcext:value-type="float"> + <text:p>2</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-2.96059473233375E-016" calcext:value-type="float"> + <text:p>-2.96059473233375E-16</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C3]); 1; ABS([.$C3]-[.$E3])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D3]); 1; ABS([.$D3]-[.$F3])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G3]); 1; ABS([.$G3]-[.$I3])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H3]); 1; ABS([.$H3]-[.$J3])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K3]); 1; ABS([.$K3]-[.$A3])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L3]); 1; ABS([.$L3]-[.$B3])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell office:value-type="float" office:value="3" calcext:value-type="float"> + <text:p>3</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell office:value-type="float" office:value="-1.5" calcext:value-type="float"> + <text:p>-1.5</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-0.86602540378444" calcext:value-type="float"> + <text:p>-0.86602540378444</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-1.5" calcext:value-type="float"> + <text:p>-1.5</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-0.866025403784439" calcext:value-type="float"> + <text:p>-0.866025403784439</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="1.73205080756888" calcext:value-type="float"> + <text:p>1.73205080756888</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-2.61799387799149" calcext:value-type="float"> + <text:p>-2.61799387799149</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=SQRT([.C4]*[.C4]+[.D4]*[.D4])" office:value-type="float" office:value="1.73205080756888" calcext:value-type="float"> + <text:p>1.73205080756888</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=ATAN2([.C4];[.D4])" office:value-type="float" office:value="-2.61799387799149" calcext:value-type="float"> + <text:p>-2.61799387799149</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="3" calcext:value-type="float"> + <text:p>3</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="2.96059473233375E-016" calcext:value-type="float"> + <text:p>2.96059473233375E-16</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C4]); 1; ABS([.$C4]-[.$E4])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D4]); 1; ABS([.$D4]-[.$F4])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G4]); 1; ABS([.$G4]-[.$I4])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H4]); 1; ABS([.$H4]-[.$J4])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K4]); 1; ABS([.$K4]-[.$A4])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L4]); 1; ABS([.$L4]-[.$B4])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell table:style-name="ce24" table:number-columns-repeated="12"/> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C5]); 1; ABS([.$C5]-[.$E5])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D5]); 1; ABS([.$D5]-[.$F5])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G5]); 1; ABS([.$G5]-[.$I5])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H5]); 1; ABS([.$H5]-[.$J5])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K5]); 1; ABS([.$K5]-[.$A5])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L5]); 1; ABS([.$L5]-[.$B5])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell office:value-type="float" office:value="1" calcext:value-type="float"> + <text:p>1</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:number-matrix-columns-spanned="2" table:number-matrix-rows-spanned="5" table:formula="of:=ORG.LIBREOFFICE.FOURIER([.A6:.A10];1)" office:value-type="float" office:value="15" calcext:value-type="float"> + <text:p>15</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="1.3698155241998E-015" calcext:value-type="float"> + <text:p>1.3698155241998E-15</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="15" calcext:value-type="float"> + <text:p>15</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="0" calcext:value-type="float"> + <text:p>0</text:p> + </table:table-cell> + <table:table-cell table:number-matrix-columns-spanned="2" table:number-matrix-rows-spanned="5" table:formula="of:=ORG.LIBREOFFICE.FOURIER([.A6:.A10];1;;1)" office:value-type="float" office:value="15" calcext:value-type="float"> + <text:p>15</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="9.13210349466534E-017" calcext:value-type="float"> + <text:p>9.13210349466534E-17</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=SQRT([.C6]*[.C6]+[.D6]*[.D6])" office:value-type="float" office:value="15" calcext:value-type="float"> + <text:p>15</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=ATAN2([.C6];[.D6])" office:value-type="float" office:value="9.13210349466534E-017" calcext:value-type="float"> + <text:p>9.13210349466534E-17</text:p> + </table:table-cell> + <table:table-cell table:number-matrix-columns-spanned="2" table:number-matrix-rows-spanned="5" table:formula="of:=ORG.LIBREOFFICE.FOURIER([.C6:.D10];1;1)" office:value-type="float" office:value="1" calcext:value-type="float"> + <text:p>1</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-8.422541647321E-016" calcext:value-type="float"> + <text:p>-8.422541647321E-16</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C6]); 1; ABS([.$C6]-[.$E6])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D6]); 1; ABS([.$D6]-[.$F6])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G6]); 1; ABS([.$G6]-[.$I6])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H6]); 1; ABS([.$H6]-[.$J6])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K6]); 1; ABS([.$K6]-[.$A6])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L6]); 1; ABS([.$L6]-[.$B6])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell office:value-type="float" office:value="2" calcext:value-type="float"> + <text:p>2</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell office:value-type="float" office:value="-2.5" calcext:value-type="float"> + <text:p>-2.5</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="3.44095480117793" calcext:value-type="float"> + <text:p>3.44095480117793</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-2.5" calcext:value-type="float"> + <text:p>-2.5</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="3.44095480117793" calcext:value-type="float"> + <text:p>3.44095480117793</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="4.2532540417602" calcext:value-type="float"> + <text:p>4.2532540417602</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="2.19911485751286" calcext:value-type="float"> + <text:p>2.19911485751286</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=SQRT([.C7]*[.C7]+[.D7]*[.D7])" office:value-type="float" office:value="4.2532540417602" calcext:value-type="float"> + <text:p>4.2532540417602</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=ATAN2([.C7];[.D7])" office:value-type="float" office:value="2.19911485751286" calcext:value-type="float"> + <text:p>2.19911485751286</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="2" calcext:value-type="float"> + <text:p>2</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="1.77635683940025E-016" calcext:value-type="float"> + <text:p>1.77635683940025E-16</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C7]); 1; ABS([.$C7]-[.$E7])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D7]); 1; ABS([.$D7]-[.$F7])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G7]); 1; ABS([.$G7]-[.$I7])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H7]); 1; ABS([.$H7]-[.$J7])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K7]); 1; ABS([.$K7]-[.$A7])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L7]); 1; ABS([.$L7]-[.$B7])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell office:value-type="float" office:value="3" calcext:value-type="float"> + <text:p>3</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell office:value-type="float" office:value="-2.5" calcext:value-type="float"> + <text:p>-2.5</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="0.812299240582264" calcext:value-type="float"> + <text:p>0.812299240582264</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-2.5" calcext:value-type="float"> + <text:p>-2.5</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="0.812299240582266" calcext:value-type="float"> + <text:p>0.812299240582266</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="2.62865556059567" calcext:value-type="float"> + <text:p>2.62865556059567</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="2.82743338823081" calcext:value-type="float"> + <text:p>2.82743338823081</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=SQRT([.C8]*[.C8]+[.D8]*[.D8])" office:value-type="float" office:value="2.62865556059567" calcext:value-type="float"> + <text:p>2.62865556059567</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=ATAN2([.C8];[.D8])" office:value-type="float" office:value="2.82743338823081" calcext:value-type="float"> + <text:p>2.82743338823081</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="3" calcext:value-type="float"> + <text:p>3</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-1.77635683940025E-016" calcext:value-type="float"> + <text:p>-1.77635683940025E-16</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C8]); 1; ABS([.$C8]-[.$E8])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D8]); 1; ABS([.$D8]-[.$F8])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G8]); 1; ABS([.$G8]-[.$I8])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H8]); 1; ABS([.$H8]-[.$J8])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K8]); 1; ABS([.$K8]-[.$A8])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L8]); 1; ABS([.$L8]-[.$B8])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell office:value-type="float" office:value="4" calcext:value-type="float"> + <text:p>4</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell office:value-type="float" office:value="-2.5" calcext:value-type="float"> + <text:p>-2.5</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-0.812299240582266" calcext:value-type="float"> + <text:p>-0.812299240582266</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-2.5" calcext:value-type="float"> + <text:p>-2.5</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-0.812299240582266" calcext:value-type="float"> + <text:p>-0.812299240582266</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="2.62865556059567" calcext:value-type="float"> + <text:p>2.62865556059567</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-2.82743338823081" calcext:value-type="float"> + <text:p>-2.82743338823081</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=SQRT([.C9]*[.C9]+[.D9]*[.D9])" office:value-type="float" office:value="2.62865556059567" calcext:value-type="float"> + <text:p>2.62865556059567</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=ATAN2([.C9];[.D9])" office:value-type="float" office:value="-2.82743338823081" calcext:value-type="float"> + <text:p>-2.82743338823081</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="4" calcext:value-type="float"> + <text:p>4</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="0" calcext:value-type="float"> + <text:p>0</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C9]); 1; ABS([.$C9]-[.$E9])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D9]); 1; ABS([.$D9]-[.$F9])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G9]); 1; ABS([.$G9]-[.$I9])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H9]); 1; ABS([.$H9]-[.$J9])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K9]); 1; ABS([.$K9]-[.$A9])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L9]); 1; ABS([.$L9]-[.$B9])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell office:value-type="float" office:value="5" calcext:value-type="float"> + <text:p>5</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell office:value-type="float" office:value="-2.5" calcext:value-type="float"> + <text:p>-2.5</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-3.44095480117793" calcext:value-type="float"> + <text:p>-3.44095480117793</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-2.5" calcext:value-type="float"> + <text:p>-2.5</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-3.44095480117793" calcext:value-type="float"> + <text:p>-3.44095480117793</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="4.2532540417602" calcext:value-type="float"> + <text:p>4.2532540417602</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-2.19911485751285" calcext:value-type="float"> + <text:p>-2.19911485751285</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=SQRT([.C10]*[.C10]+[.D10]*[.D10])" office:value-type="float" office:value="4.2532540417602" calcext:value-type="float"> + <text:p>4.2532540417602</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=ATAN2([.C10];[.D10])" office:value-type="float" office:value="-2.19911485751285" calcext:value-type="float"> + <text:p>-2.19911485751285</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="5" calcext:value-type="float"> + <text:p>5</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="3.5527136788005E-016" calcext:value-type="float"> + <text:p>3.5527136788005E-16</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C10]); 1; ABS([.$C10]-[.$E10])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D10]); 1; ABS([.$D10]-[.$F10])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G10]); 1; ABS([.$G10]-[.$I10])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H10]); 1; ABS([.$H10]-[.$J10])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K10]); 1; ABS([.$K10]-[.$A10])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L10]); 1; ABS([.$L10]-[.$B10])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell table:style-name="ce24" table:number-columns-repeated="12"/> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C11]); 1; ABS([.$C11]-[.$E11])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D11]); 1; ABS([.$D11]-[.$F11])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G11]); 1; ABS([.$G11]-[.$I11])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H11]); 1; ABS([.$H11]-[.$J11])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K11]); 1; ABS([.$K11]-[.$A11])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L11]); 1; ABS([.$L11]-[.$B11])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell office:value-type="float" office:value="1" calcext:value-type="float"> + <text:p>1</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:number-matrix-columns-spanned="2" table:number-matrix-rows-spanned="7" table:formula="of:=ORG.LIBREOFFICE.FOURIER([.A12:.A18];1)" office:value-type="float" office:value="28" calcext:value-type="float"> + <text:p>28</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="5.46639190770181E-015" calcext:value-type="float"> + <text:p>5.46639190770181E-15</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="28" calcext:value-type="float"> + <text:p>28</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="0" calcext:value-type="float"> + <text:p>0</text:p> + </table:table-cell> + <table:table-cell table:number-matrix-columns-spanned="2" table:number-matrix-rows-spanned="7" table:formula="of:=ORG.LIBREOFFICE.FOURIER([.A12:.A18];1;;1)" office:value-type="float" office:value="28" calcext:value-type="float"> + <text:p>28</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="1.95228282417922E-016" calcext:value-type="float"> + <text:p>1.95228282417922E-16</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=SQRT([.C12]*[.C12]+[.D12]*[.D12])" office:value-type="float" office:value="28" calcext:value-type="float"> + <text:p>28</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=ATAN2([.C12];[.D12])" office:value-type="float" office:value="1.95228282417922E-016" calcext:value-type="float"> + <text:p>1.95228282417922E-16</text:p> + </table:table-cell> + <table:table-cell table:number-matrix-columns-spanned="2" table:number-matrix-rows-spanned="7" table:formula="of:=ORG.LIBREOFFICE.FOURIER([.C12:.D18];1;1)" office:value-type="float" office:value="1" calcext:value-type="float"> + <text:p>1</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-1.37681666234636E-015" calcext:value-type="float"> + <text:p>-1.37681666234636E-15</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C12]); 1; ABS([.$C12]-[.$E12])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D12]); 1; ABS([.$D12]-[.$F12])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G12]); 1; ABS([.$G12]-[.$I12])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H12]); 1; ABS([.$H12]-[.$J12])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K12]); 1; ABS([.$K12]-[.$A12])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L12]); 1; ABS([.$L12]-[.$B12])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell office:value-type="float" office:value="2" calcext:value-type="float"> + <text:p>2</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell office:value-type="float" office:value="-3.5" calcext:value-type="float"> + <text:p>-3.5</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="7.26782488800318" calcext:value-type="float"> + <text:p>7.26782488800318</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-3.5" calcext:value-type="float"> + <text:p>-3.5</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="7.26782488800318" calcext:value-type="float"> + <text:p>7.26782488800318</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="8.06667704836871" calcext:value-type="float"> + <text:p>8.06667704836871</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="2.01959527730772" calcext:value-type="float"> + <text:p>2.01959527730772</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=SQRT([.C13]*[.C13]+[.D13]*[.D13])" office:value-type="float" office:value="8.06667704836871" calcext:value-type="float"> + <text:p>8.06667704836871</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=ATAN2([.C13];[.D13])" office:value-type="float" office:value="2.01959527730772" calcext:value-type="float"> + <text:p>2.01959527730772</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="2" calcext:value-type="float"> + <text:p>2</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="2.53765262771464E-016" calcext:value-type="float"> + <text:p>2.53765262771464E-16</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C13]); 1; ABS([.$C13]-[.$E13])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D13]); 1; ABS([.$D13]-[.$F13])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G13]); 1; ABS([.$G13]-[.$I13])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H13]); 1; ABS([.$H13]-[.$J13])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K13]); 1; ABS([.$K13]-[.$A13])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L13]); 1; ABS([.$L13]-[.$B13])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell office:value-type="float" office:value="3" calcext:value-type="float"> + <text:p>3</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell office:value-type="float" office:value="-3.5" calcext:value-type="float"> + <text:p>-3.5</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="2.79115686108841" calcext:value-type="float"> + <text:p>2.79115686108841</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-3.5" calcext:value-type="float"> + <text:p>-3.5</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="2.79115686108841" calcext:value-type="float"> + <text:p>2.79115686108841</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="4.47666802691477" calcext:value-type="float"> + <text:p>4.47666802691477</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="2.46839422782055" calcext:value-type="float"> + <text:p>2.46839422782055</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=SQRT([.C14]*[.C14]+[.D14]*[.D14])" office:value-type="float" office:value="4.47666802691477" calcext:value-type="float"> + <text:p>4.47666802691477</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=ATAN2([.C14];[.D14])" office:value-type="float" office:value="2.46839422782055" calcext:value-type="float"> + <text:p>2.46839422782055</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="3" calcext:value-type="float"> + <text:p>3</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-2.53765262771464E-016" calcext:value-type="float"> + <text:p>-2.53765262771464E-16</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C14]); 1; ABS([.$C14]-[.$E14])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D14]); 1; ABS([.$D14]-[.$F14])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G14]); 1; ABS([.$G14]-[.$I14])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H14]); 1; ABS([.$H14]-[.$J14])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K14]); 1; ABS([.$K14]-[.$A14])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L14]); 1; ABS([.$L14]-[.$B14])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell office:value-type="float" office:value="4" calcext:value-type="float"> + <text:p>4</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell office:value-type="float" office:value="-3.5" calcext:value-type="float"> + <text:p>-3.5</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="0.798852160365522" calcext:value-type="float"> + <text:p>0.798852160365522</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-3.5" calcext:value-type="float"> + <text:p>-3.5</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="0.798852160365525" calcext:value-type="float"> + <text:p>0.798852160365525</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="3.59000902145394" calcext:value-type="float"> + <text:p>3.59000902145394</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="2.91719317833338" calcext:value-type="float"> + <text:p>2.91719317833338</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=SQRT([.C15]*[.C15]+[.D15]*[.D15])" office:value-type="float" office:value="3.59000902145394" calcext:value-type="float"> + <text:p>3.59000902145394</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=ATAN2([.C15];[.D15])" office:value-type="float" office:value="2.91719317833338" calcext:value-type="float"> + <text:p>2.91719317833338</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="4" calcext:value-type="float"> + <text:p>4</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-1.52259157662879E-015" calcext:value-type="float"> + <text:p>-1.52259157662879E-15</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C15]); 1; ABS([.$C15]-[.$E15])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D15]); 1; ABS([.$D15]-[.$F15])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G15]); 1; ABS([.$G15]-[.$I15])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H15]); 1; ABS([.$H15]-[.$J15])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K15]); 1; ABS([.$K15]-[.$A15])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L15]); 1; ABS([.$L15]-[.$B15])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell office:value-type="float" office:value="5" calcext:value-type="float"> + <text:p>5</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell office:value-type="float" office:value="-3.5" calcext:value-type="float"> + <text:p>-3.5</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-0.798852160365526" calcext:value-type="float"> + <text:p>-0.798852160365526</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-3.5" calcext:value-type="float"> + <text:p>-3.5</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-0.798852160365525" calcext:value-type="float"> + <text:p>-0.798852160365525</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="3.59000902145394" calcext:value-type="float"> + <text:p>3.59000902145394</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-2.91719317833338" calcext:value-type="float"> + <text:p>-2.91719317833338</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=SQRT([.C16]*[.C16]+[.D16]*[.D16])" office:value-type="float" office:value="3.59000902145394" calcext:value-type="float"> + <text:p>3.59000902145394</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=ATAN2([.C16];[.D16])" office:value-type="float" office:value="-2.91719317833338" calcext:value-type="float"> + <text:p>-2.91719317833338</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="5" calcext:value-type="float"> + <text:p>5</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="2.03012210217171E-015" calcext:value-type="float"> + <text:p>2.03012210217171E-15</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C16]); 1; ABS([.$C16]-[.$E16])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D16]); 1; ABS([.$D16]-[.$F16])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G16]); 1; ABS([.$G16]-[.$I16])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H16]); 1; ABS([.$H16]-[.$J16])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K16]); 1; ABS([.$K16]-[.$A16])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L16]); 1; ABS([.$L16]-[.$B16])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell office:value-type="float" office:value="6" calcext:value-type="float"> + <text:p>6</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell office:value-type="float" office:value="-3.5" calcext:value-type="float"> + <text:p>-3.5</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-2.79115686108842" calcext:value-type="float"> + <text:p>-2.79115686108842</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-3.5" calcext:value-type="float"> + <text:p>-3.5</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-2.79115686108841" calcext:value-type="float"> + <text:p>-2.79115686108841</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="4.47666802691477" calcext:value-type="float"> + <text:p>4.47666802691477</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-2.46839422782055" calcext:value-type="float"> + <text:p>-2.46839422782055</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=SQRT([.C17]*[.C17]+[.D17]*[.D17])" office:value-type="float" office:value="4.47666802691477" calcext:value-type="float"> + <text:p>4.47666802691477</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=ATAN2([.C17];[.D17])" office:value-type="float" office:value="-2.46839422782055" calcext:value-type="float"> + <text:p>-2.46839422782055</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="6" calcext:value-type="float"> + <text:p>6</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="0" calcext:value-type="float"> + <text:p>0</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C17]); 1; ABS([.$C17]-[.$E17])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D17]); 1; ABS([.$D17]-[.$F17])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G17]); 1; ABS([.$G17]-[.$I17])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H17]); 1; ABS([.$H17]-[.$J17])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K17]); 1; ABS([.$K17]-[.$A17])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L17]); 1; ABS([.$L17]-[.$B17])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell office:value-type="float" office:value="7" calcext:value-type="float"> + <text:p>7</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell office:value-type="float" office:value="-3.49999999999999" calcext:value-type="float"> + <text:p>-3.49999999999999</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-7.26782488800318" calcext:value-type="float"> + <text:p>-7.26782488800318</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-3.5" calcext:value-type="float"> + <text:p>-3.5</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-7.26782488800318" calcext:value-type="float"> + <text:p>-7.26782488800318</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="8.0666770483687" calcext:value-type="float"> + <text:p>8.0666770483687</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-2.01959527730772" calcext:value-type="float"> + <text:p>-2.01959527730772</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=SQRT([.C18]*[.C18]+[.D18]*[.D18])" office:value-type="float" office:value="8.0666770483687" calcext:value-type="float"> + <text:p>8.0666770483687</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=ATAN2([.C18];[.D18])" office:value-type="float" office:value="-2.01959527730772" calcext:value-type="float"> + <text:p>-2.01959527730772</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="7" calcext:value-type="float"> + <text:p>7</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="5.07530525542929E-016" calcext:value-type="float"> + <text:p>5.07530525542929E-16</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C18]); 1; ABS([.$C18]-[.$E18])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D18]); 1; ABS([.$D18]-[.$F18])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G18]); 1; ABS([.$G18]-[.$I18])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H18]); 1; ABS([.$H18]-[.$J18])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K18]); 1; ABS([.$K18]-[.$A18])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L18]); 1; ABS([.$L18]-[.$B18])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell table:style-name="ce24" table:number-columns-repeated="12"/> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C19]); 1; ABS([.$C19]-[.$E19])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D19]); 1; ABS([.$D19]-[.$F19])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G19]); 1; ABS([.$G19]-[.$I19])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H19]); 1; ABS([.$H19]-[.$J19])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K19]); 1; ABS([.$K19]-[.$A19])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L19]); 1; ABS([.$L19]-[.$B19])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell office:value-type="float" office:value="1" calcext:value-type="float"> + <text:p>1</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:number-matrix-columns-spanned="2" table:number-matrix-rows-spanned="13" table:formula="of:=ORG.LIBREOFFICE.FOURIER([.A20:.A32];1)" office:value-type="float" office:value="91" calcext:value-type="float"> + <text:p>91</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="0.0000000000000120125026967745" calcext:value-type="float"> + <text:p>1.20125026967745E-14</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="91" calcext:value-type="float"> + <text:p>91</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="0" calcext:value-type="float"> + <text:p>0</text:p> + </table:table-cell> + <table:table-cell table:number-matrix-columns-spanned="2" table:number-matrix-rows-spanned="13" table:formula="of:=ORG.LIBREOFFICE.FOURIER([.A20:.A32];1;;1)" office:value-type="float" office:value="91" calcext:value-type="float"> + <text:p>91</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="1.32005524140379E-016" calcext:value-type="float"> + <text:p>1.32005524140379E-16</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=SQRT([.C20]*[.C20]+[.D20]*[.D20])" office:value-type="float" office:value="91" calcext:value-type="float"> + <text:p>91</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=ATAN2([.C20];[.D20])" office:value-type="float" office:value="1.32005524140379E-016" calcext:value-type="float"> + <text:p>1.32005524140379E-16</text:p> + </table:table-cell> + <table:table-cell table:number-matrix-columns-spanned="2" table:number-matrix-rows-spanned="13" table:formula="of:=ORG.LIBREOFFICE.FOURIER([.C20:.D32];1;1)" office:value-type="float" office:value="1.00000000000002" calcext:value-type="float"> + <text:p>1.00000000000002</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-0.0000000000000165810359636775" calcext:value-type="float"> + <text:p>-1.65810359636775E-14</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C20]); 1; ABS([.$C20]-[.$E20])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D20]); 1; ABS([.$D20]-[.$F20])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G20]); 1; ABS([.$G20]-[.$I20])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H20]); 1; ABS([.$H20]-[.$J20])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K20]); 1; ABS([.$K20]-[.$A20])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L20]); 1; ABS([.$L20]-[.$B20])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell office:value-type="float" office:value="2" calcext:value-type="float"> + <text:p>2</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell office:value-type="float" office:value="-6.50000000000001" calcext:value-type="float"> + <text:p>-6.50000000000001</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="26.3715366566477" calcext:value-type="float"> + <text:p>26.3715366566477</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-6.5" calcext:value-type="float"> + <text:p>-6.5</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="26.3715366566478" calcext:value-type="float"> + <text:p>26.3715366566478</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="27.1607795475924" calcext:value-type="float"> + <text:p>27.1607795475924</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="1.81245730014796" calcext:value-type="float"> + <text:p>1.81245730014796</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=SQRT([.C21]*[.C21]+[.D21]*[.D21])" office:value-type="float" office:value="27.1607795475924" calcext:value-type="float"> + <text:p>27.1607795475924</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=ATAN2([.C21];[.D21])" office:value-type="float" office:value="1.81245730014796" calcext:value-type="float"> + <text:p>1.81245730014796</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="2.00000000000001" calcext:value-type="float"> + <text:p>2.00000000000001</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-0.0000000000000136642833800019" calcext:value-type="float"> + <text:p>-1.36642833800019E-14</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C21]); 1; ABS([.$C21]-[.$E21])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D21]); 1; ABS([.$D21]-[.$F21])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G21]); 1; ABS([.$G21]-[.$I21])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H21]); 1; ABS([.$H21]-[.$J21])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K21]); 1; ABS([.$K21]-[.$A21])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L21]); 1; ABS([.$L21]-[.$B21])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell office:value-type="float" office:value="3" calcext:value-type="float"> + <text:p>3</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell office:value-type="float" office:value="-6.50000000000001" calcext:value-type="float"> + <text:p>-6.50000000000001</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="12.3847152734699" calcext:value-type="float"> + <text:p>12.3847152734699</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-6.5" calcext:value-type="float"> + <text:p>-6.5</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="12.38471527347" calcext:value-type="float"> + <text:p>12.38471527347</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="13.9868213831778" calcext:value-type="float"> + <text:p>13.9868213831778</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="2.05411827350102" calcext:value-type="float"> + <text:p>2.05411827350102</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=SQRT([.C22]*[.C22]+[.D22]*[.D22])" office:value-type="float" office:value="13.9868213831778" calcext:value-type="float"> + <text:p>13.9868213831778</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=ATAN2([.C22];[.D22])" office:value-type="float" office:value="2.05411827350102" calcext:value-type="float"> + <text:p>2.05411827350102</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="3.00000000000001" calcext:value-type="float"> + <text:p>3.00000000000001</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-0.0000000000000150307117180021" calcext:value-type="float"> + <text:p>-1.50307117180021E-14</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C22]); 1; ABS([.$C22]-[.$E22])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D22]); 1; ABS([.$D22]-[.$F22])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G22]); 1; ABS([.$G22]-[.$I22])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H22]); 1; ABS([.$H22]-[.$J22])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K22]); 1; ABS([.$K22]-[.$A22])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L22]); 1; ABS([.$L22]-[.$B22])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell office:value-type="float" office:value="4" calcext:value-type="float"> + <text:p>4</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell office:value-type="float" office:value="-6.5" calcext:value-type="float"> + <text:p>-6.5</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="7.33698329057162" calcext:value-type="float"> + <text:p>7.33698329057162</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-6.5" calcext:value-type="float"> + <text:p>-6.5</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="7.33698329057163" calcext:value-type="float"> + <text:p>7.33698329057163</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="9.8021081307098" calcext:value-type="float"> + <text:p>9.8021081307098</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="2.29577924685408" calcext:value-type="float"> + <text:p>2.29577924685408</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=SQRT([.C23]*[.C23]+[.D23]*[.D23])" office:value-type="float" office:value="9.8021081307098" calcext:value-type="float"> + <text:p>9.8021081307098</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=ATAN2([.C23];[.D23])" office:value-type="float" office:value="2.29577924685408" calcext:value-type="float"> + <text:p>2.29577924685408</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="4.00000000000001" calcext:value-type="float"> + <text:p>4.00000000000001</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="0" calcext:value-type="float"> + <text:p>0</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C23]); 1; ABS([.$C23]-[.$E23])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D23]); 1; ABS([.$D23]-[.$F23])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G23]); 1; ABS([.$G23]-[.$I23])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H23]); 1; ABS([.$H23]-[.$J23])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K23]); 1; ABS([.$K23]-[.$A23])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L23]); 1; ABS([.$L23]-[.$B23])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell office:value-type="float" office:value="5" calcext:value-type="float"> + <text:p>5</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell office:value-type="float" office:value="-6.49999999999998" calcext:value-type="float"> + <text:p>-6.49999999999998</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="4.48662605279997" calcext:value-type="float"> + <text:p>4.48662605279997</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-6.5" calcext:value-type="float"> + <text:p>-6.5</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="4.48662605279997" calcext:value-type="float"> + <text:p>4.48662605279997</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="7.89808922066997" calcext:value-type="float"> + <text:p>7.89808922066997</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="2.53744022020714" calcext:value-type="float"> + <text:p>2.53744022020714</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=SQRT([.C24]*[.C24]+[.D24]*[.D24])" office:value-type="float" office:value="7.89808922066997" calcext:value-type="float"> + <text:p>7.89808922066997</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=ATAN2([.C24];[.D24])" office:value-type="float" office:value="2.53744022020714" calcext:value-type="float"> + <text:p>2.53744022020714</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="5" calcext:value-type="float"> + <text:p>5</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-7.105427357601E-015" calcext:value-type="float"> + <text:p>-7.105427357601E-15</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C24]); 1; ABS([.$C24]-[.$E24])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D24]); 1; ABS([.$D24]-[.$F24])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G24]); 1; ABS([.$G24]-[.$I24])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H24]); 1; ABS([.$H24]-[.$J24])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K24]); 1; ABS([.$K24]-[.$A24])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L24]); 1; ABS([.$L24]-[.$B24])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell office:value-type="float" office:value="6" calcext:value-type="float"> + <text:p>6</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell office:value-type="float" office:value="-6.50000000000002" calcext:value-type="float"> + <text:p>-6.50000000000002</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="2.46512484013818" calcext:value-type="float"> + <text:p>2.46512484013818</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-6.5" calcext:value-type="float"> + <text:p>-6.5</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="2.46512484013818" calcext:value-type="float"> + <text:p>2.46512484013818</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="6.95175089293817" calcext:value-type="float"> + <text:p>6.95175089293817</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="2.7791011935602" calcext:value-type="float"> + <text:p>2.7791011935602</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=SQRT([.C25]*[.C25]+[.D25]*[.D25])" office:value-type="float" office:value="6.95175089293817" calcext:value-type="float"> + <text:p>6.95175089293817</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=ATAN2([.C25];[.D25])" office:value-type="float" office:value="2.7791011935602" calcext:value-type="float"> + <text:p>2.7791011935602</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="6" calcext:value-type="float"> + <text:p>6</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="2.73285667600039E-016" calcext:value-type="float"> + <text:p>2.73285667600039E-16</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C25]); 1; ABS([.$C25]-[.$E25])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D25]); 1; ABS([.$D25]-[.$F25])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G25]); 1; ABS([.$G25]-[.$I25])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H25]); 1; ABS([.$H25]-[.$J25])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K25]); 1; ABS([.$K25]-[.$A25])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L25]); 1; ABS([.$L25]-[.$B25])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell office:value-type="float" office:value="7" calcext:value-type="float"> + <text:p>7</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell office:value-type="float" office:value="-6.50000000000002" calcext:value-type="float"> + <text:p>-6.50000000000002</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="0.789242890944638" calcext:value-type="float"> + <text:p>0.789242890944638</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-6.5" calcext:value-type="float"> + <text:p>-6.5</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="0.789242890944693" calcext:value-type="float"> + <text:p>0.789242890944693</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="6.54774039962695" calcext:value-type="float"> + <text:p>6.54774039962695</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="3.02076216691327" calcext:value-type="float"> + <text:p>3.02076216691327</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=SQRT([.C26]*[.C26]+[.D26]*[.D26])" office:value-type="float" office:value="6.54774039962695" calcext:value-type="float"> + <text:p>6.54774039962695</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=ATAN2([.C26];[.D26])" office:value-type="float" office:value="3.02076216691327" calcext:value-type="float"> + <text:p>3.02076216691327</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="7" calcext:value-type="float"> + <text:p>7</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-4.91914201680069E-015" calcext:value-type="float"> + <text:p>-4.91914201680069E-15</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C26]); 1; ABS([.$C26]-[.$E26])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D26]); 1; ABS([.$D26]-[.$F26])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G26]); 1; ABS([.$G26]-[.$I26])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H26]); 1; ABS([.$H26]-[.$J26])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K26]); 1; ABS([.$K26]-[.$A26])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L26]); 1; ABS([.$L26]-[.$B26])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell office:value-type="float" office:value="8" calcext:value-type="float"> + <text:p>8</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell office:value-type="float" office:value="-6.49999999999998" calcext:value-type="float"> + <text:p>-6.49999999999998</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-0.789242890944732" calcext:value-type="float"> + <text:p>-0.789242890944732</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-6.5" calcext:value-type="float"> + <text:p>-6.5</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-0.789242890944693" calcext:value-type="float"> + <text:p>-0.789242890944693</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="6.54774039962692" calcext:value-type="float"> + <text:p>6.54774039962692</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-3.02076216691326" calcext:value-type="float"> + <text:p>-3.02076216691326</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=SQRT([.C27]*[.C27]+[.D27]*[.D27])" office:value-type="float" office:value="6.54774039962692" calcext:value-type="float"> + <text:p>6.54774039962692</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=ATAN2([.C27];[.D27])" office:value-type="float" office:value="-3.02076216691326" calcext:value-type="float"> + <text:p>-3.02076216691326</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="8" calcext:value-type="float"> + <text:p>8</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-7.105427357601E-015" calcext:value-type="float"> + <text:p>-7.105427357601E-15</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C27]); 1; ABS([.$C27]-[.$E27])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D27]); 1; ABS([.$D27]-[.$F27])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G27]); 1; ABS([.$G27]-[.$I27])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H27]); 1; ABS([.$H27]-[.$J27])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K27]); 1; ABS([.$K27]-[.$A27])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L27]); 1; ABS([.$L27]-[.$B27])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell office:value-type="float" office:value="9" calcext:value-type="float"> + <text:p>9</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell office:value-type="float" office:value="-6.49999999999997" calcext:value-type="float"> + <text:p>-6.49999999999997</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-2.46512484013818" calcext:value-type="float"> + <text:p>-2.46512484013818</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-6.5" calcext:value-type="float"> + <text:p>-6.5</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-2.46512484013818" calcext:value-type="float"> + <text:p>-2.46512484013818</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="6.95175089293812" calcext:value-type="float"> + <text:p>6.95175089293812</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-2.7791011935602" calcext:value-type="float"> + <text:p>-2.7791011935602</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=SQRT([.C28]*[.C28]+[.D28]*[.D28])" office:value-type="float" office:value="6.95175089293812" calcext:value-type="float"> + <text:p>6.95175089293812</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=ATAN2([.C28];[.D28])" office:value-type="float" office:value="-2.7791011935602" calcext:value-type="float"> + <text:p>-2.7791011935602</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="9" calcext:value-type="float"> + <text:p>9</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="2.45957100840035E-015" calcext:value-type="float"> + <text:p>2.45957100840035E-15</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C28]); 1; ABS([.$C28]-[.$E28])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D28]); 1; ABS([.$D28]-[.$F28])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G28]); 1; ABS([.$G28]-[.$I28])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H28]); 1; ABS([.$H28]-[.$J28])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K28]); 1; ABS([.$K28]-[.$A28])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L28]); 1; ABS([.$L28]-[.$B28])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell office:value-type="float" office:value="10" calcext:value-type="float"> + <text:p>10</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell office:value-type="float" office:value="-6.49999999999999" calcext:value-type="float"> + <text:p>-6.49999999999999</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-4.48662605279997" calcext:value-type="float"> + <text:p>-4.48662605279997</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-6.5" calcext:value-type="float"> + <text:p>-6.5</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-4.48662605279997" calcext:value-type="float"> + <text:p>-4.48662605279997</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="7.89808922066998" calcext:value-type="float"> + <text:p>7.89808922066998</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-2.53744022020714" calcext:value-type="float"> + <text:p>-2.53744022020714</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=SQRT([.C29]*[.C29]+[.D29]*[.D29])" office:value-type="float" office:value="7.89808922066998" calcext:value-type="float"> + <text:p>7.89808922066998</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=ATAN2([.C29];[.D29])" office:value-type="float" office:value="-2.53744022020714" calcext:value-type="float"> + <text:p>-2.53744022020714</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="10" calcext:value-type="float"> + <text:p>10</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-1.09314267040015E-015" calcext:value-type="float"> + <text:p>-1.09314267040015E-15</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C29]); 1; ABS([.$C29]-[.$E29])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D29]); 1; ABS([.$D29]-[.$F29])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G29]); 1; ABS([.$G29]-[.$I29])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H29]); 1; ABS([.$H29]-[.$J29])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K29]); 1; ABS([.$K29]-[.$A29])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L29]); 1; ABS([.$L29]-[.$B29])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell office:value-type="float" office:value="11" calcext:value-type="float"> + <text:p>11</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell office:value-type="float" office:value="-6.49999999999997" calcext:value-type="float"> + <text:p>-6.49999999999997</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-7.33698329057168" calcext:value-type="float"> + <text:p>-7.33698329057168</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-6.5" calcext:value-type="float"> + <text:p>-6.5</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-7.33698329057163" calcext:value-type="float"> + <text:p>-7.33698329057163</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="9.80210813070983" calcext:value-type="float"> + <text:p>9.80210813070983</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-2.29577924685407" calcext:value-type="float"> + <text:p>-2.29577924685407</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=SQRT([.C30]*[.C30]+[.D30]*[.D30])" office:value-type="float" office:value="9.80210813070983" calcext:value-type="float"> + <text:p>9.80210813070983</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=ATAN2([.C30];[.D30])" office:value-type="float" office:value="-2.29577924685407" calcext:value-type="float"> + <text:p>-2.29577924685407</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="11" calcext:value-type="float"> + <text:p>11</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="0.0000000000000163971400560023" calcext:value-type="float"> + <text:p>1.63971400560023E-14</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C30]); 1; ABS([.$C30]-[.$E30])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D30]); 1; ABS([.$D30]-[.$F30])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G30]); 1; ABS([.$G30]-[.$I30])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H30]); 1; ABS([.$H30]-[.$J30])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K30]); 1; ABS([.$K30]-[.$A30])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L30]); 1; ABS([.$L30]-[.$B30])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell office:value-type="float" office:value="12" calcext:value-type="float"> + <text:p>12</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell office:value-type="float" office:value="-6.49999999999992" calcext:value-type="float"> + <text:p>-6.49999999999992</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-12.38471527347" calcext:value-type="float"> + <text:p>-12.38471527347</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-6.5" calcext:value-type="float"> + <text:p>-6.5</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-12.38471527347" calcext:value-type="float"> + <text:p>-12.38471527347</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="13.9868213831778" calcext:value-type="float"> + <text:p>13.9868213831778</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-2.05411827350101" calcext:value-type="float"> + <text:p>-2.05411827350101</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=SQRT([.C31]*[.C31]+[.D31]*[.D31])" office:value-type="float" office:value="13.9868213831778" calcext:value-type="float"> + <text:p>13.9868213831778</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=ATAN2([.C31];[.D31])" office:value-type="float" office:value="-2.05411827350101" calcext:value-type="float"> + <text:p>-2.05411827350101</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="12" calcext:value-type="float"> + <text:p>12</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="4.37257068160062E-015" calcext:value-type="float"> + <text:p>4.37257068160062E-15</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C31]); 1; ABS([.$C31]-[.$E31])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D31]); 1; ABS([.$D31]-[.$F31])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G31]); 1; ABS([.$G31]-[.$I31])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H31]); 1; ABS([.$H31]-[.$J31])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K31]); 1; ABS([.$K31]-[.$A31])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L31]); 1; ABS([.$L31]-[.$B31])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell office:value-type="float" office:value="13" calcext:value-type="float"> + <text:p>13</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell office:value-type="float" office:value="-6.49999999999984" calcext:value-type="float"> + <text:p>-6.49999999999984</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-26.3715366566477" calcext:value-type="float"> + <text:p>-26.3715366566477</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-6.5" calcext:value-type="float"> + <text:p>-6.5</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-26.3715366566478" calcext:value-type="float"> + <text:p>-26.3715366566478</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="27.1607795475924" calcext:value-type="float"> + <text:p>27.1607795475924</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-1.81245730014795" calcext:value-type="float"> + <text:p>-1.81245730014795</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=SQRT([.C32]*[.C32]+[.D32]*[.D32])" office:value-type="float" office:value="27.1607795475924" calcext:value-type="float"> + <text:p>27.1607795475924</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=ATAN2([.C32];[.D32])" office:value-type="float" office:value="-1.81245730014795" calcext:value-type="float"> + <text:p>-1.81245730014795</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="13" calcext:value-type="float"> + <text:p>13</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="4.91914201680069E-015" calcext:value-type="float"> + <text:p>4.91914201680069E-15</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C32]); 1; ABS([.$C32]-[.$E32])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D32]); 1; ABS([.$D32]-[.$F32])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G32]); 1; ABS([.$G32]-[.$I32])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H32]); 1; ABS([.$H32]-[.$J32])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K32]); 1; ABS([.$K32]-[.$A32])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L32]); 1; ABS([.$L32]-[.$B32])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell table:style-name="ce24" table:number-columns-repeated="12"/> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C33]); 1; ABS([.$C33]-[.$E33])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D33]); 1; ABS([.$D33]-[.$F33])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G33]); 1; ABS([.$G33]-[.$I33])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H33]); 1; ABS([.$H33]-[.$J33])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K33]); 1; ABS([.$K33]-[.$A33])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L33]); 1; ABS([.$L33]-[.$B33])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell office:value-type="float" office:value="1" calcext:value-type="float"> + <text:p>1</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="31" calcext:value-type="float"> + <text:p>31</text:p> + </table:table-cell> + <table:table-cell table:number-matrix-columns-spanned="2" table:number-matrix-rows-spanned="31" table:formula="of:=ORG.LIBREOFFICE.FOURIER([.A34:.B64];1)" office:value-type="float" office:value="496" calcext:value-type="float"> + <text:p>496</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="496" calcext:value-type="float"> + <text:p>496</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2" office:value-type="float" office:value="496" calcext:value-type="float"> + <text:p>496</text:p> + </table:table-cell> + <table:table-cell table:number-matrix-columns-spanned="2" table:number-matrix-rows-spanned="31" table:formula="of:=ORG.LIBREOFFICE.FOURIER([.A34:.B64];1;;1)" office:value-type="float" office:value="701.449926937055" calcext:value-type="float"> + <text:p>701.449926937055</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="0.785398163397448" calcext:value-type="float"> + <text:p>0.785398163397448</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=SQRT([.C34]*[.C34]+[.D34]*[.D34])" office:value-type="float" office:value="701.449926937055" calcext:value-type="float"> + <text:p>701.449926937055</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=ATAN2([.C34];[.D34])" office:value-type="float" office:value="0.785398163397448" calcext:value-type="float"> + <text:p>0.785398163397448</text:p> + </table:table-cell> + <table:table-cell table:number-matrix-columns-spanned="2" table:number-matrix-rows-spanned="31" table:formula="of:=ORG.LIBREOFFICE.FOURIER([.C34:.D64];1;1)" office:value-type="float" office:value="1.00000000000008" calcext:value-type="float"> + <text:p>1.00000000000008</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="30.9999999999999" calcext:value-type="float"> + <text:p>30.9999999999999</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C34]); 1; ABS([.$C34]-[.$E34])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D34]); 1; ABS([.$D34]-[.$F34])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G34]); 1; ABS([.$G34]-[.$I34])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H34]); 1; ABS([.$H34]-[.$J34])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K34]); 1; ABS([.$K34]-[.$A34])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L34]); 1; ABS([.$L34]-[.$B34])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell office:value-type="float" office:value="2" calcext:value-type="float"> + <text:p>2</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="30" calcext:value-type="float"> + <text:p>30</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="136.923942689195" calcext:value-type="float"> + <text:p>136.923942689195</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="167.923942689195" calcext:value-type="float"> + <text:p>167.923942689195</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="136.923942689195" calcext:value-type="float"> + <text:p>136.923942689195</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="167.923942689195" calcext:value-type="float"> + <text:p>167.923942689195</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="216.671679298052" calcext:value-type="float"> + <text:p>216.671679298052</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="0.886739861900346" calcext:value-type="float"> + <text:p>0.886739861900346</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=SQRT([.C35]*[.C35]+[.D35]*[.D35])" office:value-type="float" office:value="216.671679298052" calcext:value-type="float"> + <text:p>216.671679298052</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=ATAN2([.C35];[.D35])" office:value-type="float" office:value="0.886739861900346" calcext:value-type="float"> + <text:p>0.886739861900346</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="2.00000000000006" calcext:value-type="float"> + <text:p>2.00000000000006</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="29.9999999999999" calcext:value-type="float"> + <text:p>29.9999999999999</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C35]); 1; ABS([.$C35]-[.$E35])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D35]); 1; ABS([.$D35]-[.$F35])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G35]); 1; ABS([.$G35]-[.$I35])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H35]); 1; ABS([.$H35]-[.$J35])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K35]); 1; ABS([.$K35]-[.$A35])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L35]); 1; ABS([.$L35]-[.$B35])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell office:value-type="float" office:value="3" calcext:value-type="float"> + <text:p>3</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="29" calcext:value-type="float"> + <text:p>29</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="59.9238733733686" calcext:value-type="float"> + <text:p>59.9238733733686</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="90.9238733733691" calcext:value-type="float"> + <text:p>90.9238733733691</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="59.923873373369" calcext:value-type="float"> + <text:p>59.923873373369</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="90.9238733733689" calcext:value-type="float"> + <text:p>90.9238733733689</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="108.894542330109" calcext:value-type="float"> + <text:p>108.894542330109</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="0.988081560403245" calcext:value-type="float"> + <text:p>0.988081560403245</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=SQRT([.C36]*[.C36]+[.D36]*[.D36])" office:value-type="float" office:value="108.894542330109" calcext:value-type="float"> + <text:p>108.894542330109</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=ATAN2([.C36];[.D36])" office:value-type="float" office:value="0.988081560403245" calcext:value-type="float"> + <text:p>0.988081560403245</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="3.00000000000006" calcext:value-type="float"> + <text:p>3.00000000000006</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="28.9999999999999" calcext:value-type="float"> + <text:p>28.9999999999999</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C36]); 1; ABS([.$C36]-[.$E36])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D36]); 1; ABS([.$D36]-[.$F36])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G36]); 1; ABS([.$G36]-[.$I36])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H36]); 1; ABS([.$H36]-[.$J36])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K36]); 1; ABS([.$K36]-[.$A36])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L36]); 1; ABS([.$L36]-[.$B36])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell office:value-type="float" office:value="4" calcext:value-type="float"> + <text:p>4</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="28" calcext:value-type="float"> + <text:p>28</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="33.9020717291784" calcext:value-type="float"> + <text:p>33.9020717291784</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="64.9020717291789" calcext:value-type="float"> + <text:p>64.9020717291789</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="33.9020717291787" calcext:value-type="float"> + <text:p>33.9020717291787</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="64.9020717291787" calcext:value-type="float"> + <text:p>64.9020717291787</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="73.2231478582411" calcext:value-type="float"> + <text:p>73.2231478582411</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="1.08942325890614" calcext:value-type="float"> + <text:p>1.08942325890614</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=SQRT([.C37]*[.C37]+[.D37]*[.D37])" office:value-type="float" office:value="73.2231478582411" calcext:value-type="float"> + <text:p>73.2231478582411</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=ATAN2([.C37];[.D37])" office:value-type="float" office:value="1.08942325890614" calcext:value-type="float"> + <text:p>1.08942325890614</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="4.00000000000008" calcext:value-type="float"> + <text:p>4.00000000000008</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="28" calcext:value-type="float"> + <text:p>28</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C37]); 1; ABS([.$C37]-[.$E37])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D37]); 1; ABS([.$D37]-[.$F37])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G37]); 1; ABS([.$G37]-[.$I37])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H37]); 1; ABS([.$H37]-[.$J37])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K37]); 1; ABS([.$K37]-[.$A37])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L37]); 1; ABS([.$L37]-[.$B37])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell office:value-type="float" office:value="5" calcext:value-type="float"> + <text:p>5</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="27" calcext:value-type="float"> + <text:p>27</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="20.6192711999175" calcext:value-type="float"> + <text:p>20.6192711999175</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="51.6192711999182" calcext:value-type="float"> + <text:p>51.6192711999182</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="20.6192711999181" calcext:value-type="float"> + <text:p>20.6192711999181</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="51.6192711999181" calcext:value-type="float"> + <text:p>51.6192711999181</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="55.585101457373" calcext:value-type="float"> + <text:p>55.585101457373</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="1.19076495740905" calcext:value-type="float"> + <text:p>1.19076495740905</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=SQRT([.C38]*[.C38]+[.D38]*[.D38])" office:value-type="float" office:value="55.585101457373" calcext:value-type="float"> + <text:p>55.585101457373</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=ATAN2([.C38];[.D38])" office:value-type="float" office:value="1.19076495740905" calcext:value-type="float"> + <text:p>1.19076495740905</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="5.00000000000006" calcext:value-type="float"> + <text:p>5.00000000000006</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="27" calcext:value-type="float"> + <text:p>27</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C38]); 1; ABS([.$C38]-[.$E38])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D38]); 1; ABS([.$D38]-[.$F38])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G38]); 1; ABS([.$G38]-[.$I38])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H38]); 1; ABS([.$H38]-[.$J38])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K38]); 1; ABS([.$K38]-[.$A38])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L38]); 1; ABS([.$L38]-[.$B38])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell office:value-type="float" office:value="6" calcext:value-type="float"> + <text:p>6</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="26" calcext:value-type="float"> + <text:p>26</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="12.4256495884721" calcext:value-type="float"> + <text:p>12.4256495884721</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="43.4256495884724" calcext:value-type="float"> + <text:p>43.4256495884724</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="12.4256495884726" calcext:value-type="float"> + <text:p>12.4256495884726</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="43.4256495884726" calcext:value-type="float"> + <text:p>43.4256495884726</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="45.1683939262433" calcext:value-type="float"> + <text:p>45.1683939262433</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="1.29210665591194" calcext:value-type="float"> + <text:p>1.29210665591194</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=SQRT([.C39]*[.C39]+[.D39]*[.D39])" office:value-type="float" office:value="45.1683939262433" calcext:value-type="float"> + <text:p>45.1683939262433</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=ATAN2([.C39];[.D39])" office:value-type="float" office:value="1.29210665591194" calcext:value-type="float"> + <text:p>1.29210665591194</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="5.99999999999999" calcext:value-type="float"> + <text:p>5.99999999999999</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="25.9999999999999" calcext:value-type="float"> + <text:p>25.9999999999999</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C39]); 1; ABS([.$C39]-[.$E39])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D39]); 1; ABS([.$D39]-[.$F39])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G39]); 1; ABS([.$G39]-[.$I39])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H39]); 1; ABS([.$H39]-[.$J39])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K39]); 1; ABS([.$K39]-[.$A39])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L39]); 1; ABS([.$L39]-[.$B39])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell office:value-type="float" office:value="7" calcext:value-type="float"> + <text:p>7</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="25" calcext:value-type="float"> + <text:p>25</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="6.76945767777696" calcext:value-type="float"> + <text:p>6.76945767777696</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="37.7694576777769" calcext:value-type="float"> + <text:p>37.7694576777769</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="6.76945767777717" calcext:value-type="float"> + <text:p>6.76945767777717</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="37.7694576777772" calcext:value-type="float"> + <text:p>37.7694576777772</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="38.3713107741265" calcext:value-type="float"> + <text:p>38.3713107741265</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="1.39344835441483" calcext:value-type="float"> + <text:p>1.39344835441483</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=SQRT([.C40]*[.C40]+[.D40]*[.D40])" office:value-type="float" office:value="38.3713107741265" calcext:value-type="float"> + <text:p>38.3713107741265</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=ATAN2([.C40];[.D40])" office:value-type="float" office:value="1.39344835441483" calcext:value-type="float"> + <text:p>1.39344835441483</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="7.00000000000001" calcext:value-type="float"> + <text:p>7.00000000000001</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="24.9999999999999" calcext:value-type="float"> + <text:p>24.9999999999999</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C40]); 1; ABS([.$C40]-[.$E40])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D40]); 1; ABS([.$D40]-[.$F40])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G40]); 1; ABS([.$G40]-[.$I40])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H40]); 1; ABS([.$H40]-[.$J40])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K40]); 1; ABS([.$K40]-[.$A40])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L40]); 1; ABS([.$L40]-[.$B40])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell office:value-type="float" office:value="8" calcext:value-type="float"> + <text:p>8</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="24" calcext:value-type="float"> + <text:p>24</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="2.55533886323773" calcext:value-type="float"> + <text:p>2.55533886323773</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="33.5553388632376" calcext:value-type="float"> + <text:p>33.5553388632376</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="2.55533886323785" calcext:value-type="float"> + <text:p>2.55533886323785</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="33.5553388632378" calcext:value-type="float"> + <text:p>33.5553388632378</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="33.6524965334324" calcext:value-type="float"> + <text:p>33.6524965334324</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="1.49479005291773" calcext:value-type="float"> + <text:p>1.49479005291773</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=SQRT([.C41]*[.C41]+[.D41]*[.D41])" office:value-type="float" office:value="33.6524965334324" calcext:value-type="float"> + <text:p>33.6524965334324</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=ATAN2([.C41];[.D41])" office:value-type="float" office:value="1.49479005291773" calcext:value-type="float"> + <text:p>1.49479005291773</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="8" calcext:value-type="float"> + <text:p>8</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="24" calcext:value-type="float"> + <text:p>24</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C41]); 1; ABS([.$C41]-[.$E41])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D41]); 1; ABS([.$D41]-[.$F41])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G41]); 1; ABS([.$G41]-[.$I41])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H41]); 1; ABS([.$H41]-[.$J41])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K41]); 1; ABS([.$K41]-[.$A41])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L41]); 1; ABS([.$L41]-[.$B41])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell office:value-type="float" office:value="9" calcext:value-type="float"> + <text:p>9</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="23" calcext:value-type="float"> + <text:p>23</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-0.766151327886293" calcext:value-type="float"> + <text:p>-0.766151327886293</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="30.2338486721131" calcext:value-type="float"> + <text:p>30.2338486721131</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-0.76615132788659" calcext:value-type="float"> + <text:p>-0.76615132788659</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="30.2338486721134" calcext:value-type="float"> + <text:p>30.2338486721134</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="30.2435545759003" calcext:value-type="float"> + <text:p>30.2435545759003</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="1.59613175142061" calcext:value-type="float"> + <text:p>1.59613175142061</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=SQRT([.C42]*[.C42]+[.D42]*[.D42])" office:value-type="float" office:value="30.2435545759003" calcext:value-type="float"> + <text:p>30.2435545759003</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=ATAN2([.C42];[.D42])" office:value-type="float" office:value="1.59613175142061" calcext:value-type="float"> + <text:p>1.59613175142061</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="8.99999999999997" calcext:value-type="float"> + <text:p>8.99999999999997</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="23" calcext:value-type="float"> + <text:p>23</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C42]); 1; ABS([.$C42]-[.$E42])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D42]); 1; ABS([.$D42]-[.$F42])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G42]); 1; ABS([.$G42]-[.$I42])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H42]); 1; ABS([.$H42]-[.$J42])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K42]); 1; ABS([.$K42]-[.$A42])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L42]); 1; ABS([.$L42]-[.$B42])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell office:value-type="float" office:value="10" calcext:value-type="float"> + <text:p>10</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="22" calcext:value-type="float"> + <text:p>22</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-3.50210693586752" calcext:value-type="float"> + <text:p>-3.50210693586752</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="27.4978930641323" calcext:value-type="float"> + <text:p>27.4978930641323</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-3.50210693586789" calcext:value-type="float"> + <text:p>-3.50210693586789</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="27.4978930641321" calcext:value-type="float"> + <text:p>27.4978930641321</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="27.7200085850763" calcext:value-type="float"> + <text:p>27.7200085850763</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="1.6974734499235" calcext:value-type="float"> + <text:p>1.6974734499235</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=SQRT([.C43]*[.C43]+[.D43]*[.D43])" office:value-type="float" office:value="27.7200085850763" calcext:value-type="float"> + <text:p>27.7200085850763</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=ATAN2([.C43];[.D43])" office:value-type="float" office:value="1.6974734499235" calcext:value-type="float"> + <text:p>1.6974734499235</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="10" calcext:value-type="float"> + <text:p>10</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="22" calcext:value-type="float"> + <text:p>22</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C43]); 1; ABS([.$C43]-[.$E43])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D43]); 1; ABS([.$D43]-[.$F43])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G43]); 1; ABS([.$G43]-[.$I43])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H43]); 1; ABS([.$H43]-[.$J43])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K43]); 1; ABS([.$K43]-[.$A43])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L43]); 1; ABS([.$L43]-[.$B43])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell office:value-type="float" office:value="11" calcext:value-type="float"> + <text:p>11</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="21" calcext:value-type="float"> + <text:p>21</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-5.83877612714684" calcext:value-type="float"> + <text:p>-5.83877612714684</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="25.1612238728531" calcext:value-type="float"> + <text:p>25.1612238728531</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-5.83877612714696" calcext:value-type="float"> + <text:p>-5.83877612714696</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="25.161223872853" calcext:value-type="float"> + <text:p>25.161223872853</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="25.8297985559851" calcext:value-type="float"> + <text:p>25.8297985559851</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="1.79881514842641" calcext:value-type="float"> + <text:p>1.79881514842641</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=SQRT([.C44]*[.C44]+[.D44]*[.D44])" office:value-type="float" office:value="25.8297985559851" calcext:value-type="float"> + <text:p>25.8297985559851</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=ATAN2([.C44];[.D44])" office:value-type="float" office:value="1.79881514842641" calcext:value-type="float"> + <text:p>1.79881514842641</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="11" calcext:value-type="float"> + <text:p>11</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="21" calcext:value-type="float"> + <text:p>21</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C44]); 1; ABS([.$C44]-[.$E44])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D44]); 1; ABS([.$D44]-[.$F44])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G44]); 1; ABS([.$G44]-[.$I44])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H44]); 1; ABS([.$H44]-[.$J44])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K44]); 1; ABS([.$K44]-[.$A44])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L44]); 1; ABS([.$L44]-[.$B44])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell office:value-type="float" office:value="12" calcext:value-type="float"> + <text:p>12</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="20" calcext:value-type="float"> + <text:p>20</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-7.8968870190754" calcext:value-type="float"> + <text:p>-7.8968870190754</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="23.1031129809246" calcext:value-type="float"> + <text:p>23.1031129809246</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-7.89688701907541" calcext:value-type="float"> + <text:p>-7.89688701907541</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="23.1031129809246" calcext:value-type="float"> + <text:p>23.1031129809246</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="24.4154593239899" calcext:value-type="float"> + <text:p>24.4154593239899</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="1.90015684692931" calcext:value-type="float"> + <text:p>1.90015684692931</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=SQRT([.C45]*[.C45]+[.D45]*[.D45])" office:value-type="float" office:value="24.4154593239899" calcext:value-type="float"> + <text:p>24.4154593239899</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=ATAN2([.C45];[.D45])" office:value-type="float" office:value="1.90015684692931" calcext:value-type="float"> + <text:p>1.90015684692931</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="12" calcext:value-type="float"> + <text:p>12</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="20" calcext:value-type="float"> + <text:p>20</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C45]); 1; ABS([.$C45]-[.$E45])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D45]); 1; ABS([.$D45]-[.$F45])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G45]); 1; ABS([.$G45]-[.$I45])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H45]); 1; ABS([.$H45]-[.$J45])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K45]); 1; ABS([.$K45]-[.$A45])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L45]); 1; ABS([.$L45]-[.$B45])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell office:value-type="float" office:value="13" calcext:value-type="float"> + <text:p>13</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="19" calcext:value-type="float"> + <text:p>19</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-9.75943036059081" calcext:value-type="float"> + <text:p>-9.75943036059081</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="21.240569639409" calcext:value-type="float"> + <text:p>21.240569639409</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-9.75943036059086" calcext:value-type="float"> + <text:p>-9.75943036059086</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="21.2405696394091" calcext:value-type="float"> + <text:p>21.2405696394091</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="23.3753776348064" calcext:value-type="float"> + <text:p>23.3753776348064</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="2.00149854543221" calcext:value-type="float"> + <text:p>2.00149854543221</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=SQRT([.C46]*[.C46]+[.D46]*[.D46])" office:value-type="float" office:value="23.3753776348064" calcext:value-type="float"> + <text:p>23.3753776348064</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=ATAN2([.C46];[.D46])" office:value-type="float" office:value="2.00149854543221" calcext:value-type="float"> + <text:p>2.00149854543221</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="13" calcext:value-type="float"> + <text:p>13</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="19" calcext:value-type="float"> + <text:p>19</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C46]); 1; ABS([.$C46]-[.$E46])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D46]); 1; ABS([.$D46]-[.$F46])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G46]); 1; ABS([.$G46]-[.$I46])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H46]); 1; ABS([.$H46]-[.$J46])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K46]); 1; ABS([.$K46]-[.$A46])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L46]); 1; ABS([.$L46]-[.$B46])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell office:value-type="float" office:value="14" calcext:value-type="float"> + <text:p>14</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="18" calcext:value-type="float"> + <text:p>18</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-11.4867719479205" calcext:value-type="float"> + <text:p>-11.4867719479205</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="19.5132280520797" calcext:value-type="float"> + <text:p>19.5132280520797</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-11.4867719479205" calcext:value-type="float"> + <text:p>-11.4867719479205</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="19.5132280520795" calcext:value-type="float"> + <text:p>19.5132280520795</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="22.6431446313449" calcext:value-type="float"> + <text:p>22.6431446313449</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="2.1028402439351" calcext:value-type="float"> + <text:p>2.1028402439351</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=SQRT([.C47]*[.C47]+[.D47]*[.D47])" office:value-type="float" office:value="22.6431446313449" calcext:value-type="float"> + <text:p>22.6431446313449</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=ATAN2([.C47];[.D47])" office:value-type="float" office:value="2.1028402439351" calcext:value-type="float"> + <text:p>2.1028402439351</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="14" calcext:value-type="float"> + <text:p>14</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="18" calcext:value-type="float"> + <text:p>18</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C47]); 1; ABS([.$C47]-[.$E47])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D47]); 1; ABS([.$D47]-[.$F47])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G47]); 1; ABS([.$G47]-[.$I47])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H47]); 1; ABS([.$H47]-[.$J47])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K47]); 1; ABS([.$K47]-[.$A47])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L47]); 1; ABS([.$L47]-[.$B47])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell office:value-type="float" office:value="15" calcext:value-type="float"> + <text:p>15</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="17" calcext:value-type="float"> + <text:p>17</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-13.1254873387914" calcext:value-type="float"> + <text:p>-13.1254873387914</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="17.8745126612088" calcext:value-type="float"> + <text:p>17.8745126612088</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-13.1254873387912" calcext:value-type="float"> + <text:p>-13.1254873387912</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="17.8745126612088" calcext:value-type="float"> + <text:p>17.8745126612088</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="22.176037084125" calcext:value-type="float"> + <text:p>22.176037084125</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="2.204181942438" calcext:value-type="float"> + <text:p>2.204181942438</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=SQRT([.C48]*[.C48]+[.D48]*[.D48])" office:value-type="float" office:value="22.176037084125" calcext:value-type="float"> + <text:p>22.176037084125</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=ATAN2([.C48];[.D48])" office:value-type="float" office:value="2.204181942438" calcext:value-type="float"> + <text:p>2.204181942438</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="15" calcext:value-type="float"> + <text:p>15</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="17" calcext:value-type="float"> + <text:p>17</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C48]); 1; ABS([.$C48]-[.$E48])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D48]); 1; ABS([.$D48]-[.$F48])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G48]); 1; ABS([.$G48]-[.$I48])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H48]); 1; ABS([.$H48]-[.$J48])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K48]); 1; ABS([.$K48]-[.$A48])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L48]); 1; ABS([.$L48]-[.$B48])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell table:number-columns-repeated="2" office:value-type="float" office:value="16" calcext:value-type="float"> + <text:p>16</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-14.7139289664655" calcext:value-type="float"> + <text:p>-14.7139289664655</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="16.2860710335344" calcext:value-type="float"> + <text:p>16.2860710335344</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-14.7139289664654" calcext:value-type="float"> + <text:p>-14.7139289664654</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="16.2860710335346" calcext:value-type="float"> + <text:p>16.2860710335346</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="21.9484809346688" calcext:value-type="float"> + <text:p>21.9484809346688</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="2.30552364094091" calcext:value-type="float"> + <text:p>2.30552364094091</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=SQRT([.C49]*[.C49]+[.D49]*[.D49])" office:value-type="float" office:value="21.9484809346688" calcext:value-type="float"> + <text:p>21.9484809346688</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=ATAN2([.C49];[.D49])" office:value-type="float" office:value="2.30552364094091" calcext:value-type="float"> + <text:p>2.30552364094091</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="16" calcext:value-type="float"> + <text:p>16</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="16" calcext:value-type="float"> + <text:p>16</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C49]); 1; ABS([.$C49]-[.$E49])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D49]); 1; ABS([.$D49]-[.$F49])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G49]); 1; ABS([.$G49]-[.$I49])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H49]); 1; ABS([.$H49]-[.$J49])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K49]); 1; ABS([.$K49]-[.$A49])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L49]); 1; ABS([.$L49]-[.$B49])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell office:value-type="float" office:value="17" calcext:value-type="float"> + <text:p>17</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="15" calcext:value-type="float"> + <text:p>15</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-16.2860710335344" calcext:value-type="float"> + <text:p>-16.2860710335344</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="14.7139289664653" calcext:value-type="float"> + <text:p>14.7139289664653</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-16.2860710335346" calcext:value-type="float"> + <text:p>-16.2860710335346</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="14.7139289664654" calcext:value-type="float"> + <text:p>14.7139289664654</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="21.9484809346687" calcext:value-type="float"> + <text:p>21.9484809346687</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="2.40686533944379" calcext:value-type="float"> + <text:p>2.40686533944379</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=SQRT([.C50]*[.C50]+[.D50]*[.D50])" office:value-type="float" office:value="21.9484809346687" calcext:value-type="float"> + <text:p>21.9484809346687</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=ATAN2([.C50];[.D50])" office:value-type="float" office:value="2.40686533944379" calcext:value-type="float"> + <text:p>2.40686533944379</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="17" calcext:value-type="float"> + <text:p>17</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="15" calcext:value-type="float"> + <text:p>15</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C50]); 1; ABS([.$C50]-[.$E50])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D50]); 1; ABS([.$D50]-[.$F50])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G50]); 1; ABS([.$G50]-[.$I50])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H50]); 1; ABS([.$H50]-[.$J50])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K50]); 1; ABS([.$K50]-[.$A50])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L50]); 1; ABS([.$L50]-[.$B50])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell office:value-type="float" office:value="18" calcext:value-type="float"> + <text:p>18</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="14" calcext:value-type="float"> + <text:p>14</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-17.8745126612087" calcext:value-type="float"> + <text:p>-17.8745126612087</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="13.1254873387913" calcext:value-type="float"> + <text:p>13.1254873387913</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-17.8745126612088" calcext:value-type="float"> + <text:p>-17.8745126612088</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="13.1254873387912" calcext:value-type="float"> + <text:p>13.1254873387912</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="22.1760370841248" calcext:value-type="float"> + <text:p>22.1760370841248</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="2.50820703794669" calcext:value-type="float"> + <text:p>2.50820703794669</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=SQRT([.C51]*[.C51]+[.D51]*[.D51])" office:value-type="float" office:value="22.1760370841248" calcext:value-type="float"> + <text:p>22.1760370841248</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=ATAN2([.C51];[.D51])" office:value-type="float" office:value="2.50820703794669" calcext:value-type="float"> + <text:p>2.50820703794669</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="18" calcext:value-type="float"> + <text:p>18</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="14" calcext:value-type="float"> + <text:p>14</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C51]); 1; ABS([.$C51]-[.$E51])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D51]); 1; ABS([.$D51]-[.$F51])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G51]); 1; ABS([.$G51]-[.$I51])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H51]); 1; ABS([.$H51]-[.$J51])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K51]); 1; ABS([.$K51]-[.$A51])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L51]); 1; ABS([.$L51]-[.$B51])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell office:value-type="float" office:value="19" calcext:value-type="float"> + <text:p>19</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="13" calcext:value-type="float"> + <text:p>13</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-19.5132280520797" calcext:value-type="float"> + <text:p>-19.5132280520797</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="11.4867719479206" calcext:value-type="float"> + <text:p>11.4867719479206</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-19.5132280520795" calcext:value-type="float"> + <text:p>-19.5132280520795</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="11.4867719479205" calcext:value-type="float"> + <text:p>11.4867719479205</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="22.6431446313449" calcext:value-type="float"> + <text:p>22.6431446313449</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="2.60954873644959" calcext:value-type="float"> + <text:p>2.60954873644959</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=SQRT([.C52]*[.C52]+[.D52]*[.D52])" office:value-type="float" office:value="22.6431446313449" calcext:value-type="float"> + <text:p>22.6431446313449</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=ATAN2([.C52];[.D52])" office:value-type="float" office:value="2.60954873644959" calcext:value-type="float"> + <text:p>2.60954873644959</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="19" calcext:value-type="float"> + <text:p>19</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="13" calcext:value-type="float"> + <text:p>13</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C52]); 1; ABS([.$C52]-[.$E52])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D52]); 1; ABS([.$D52]-[.$F52])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G52]); 1; ABS([.$G52]-[.$I52])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H52]); 1; ABS([.$H52]-[.$J52])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K52]); 1; ABS([.$K52]-[.$A52])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L52]); 1; ABS([.$L52]-[.$B52])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell office:value-type="float" office:value="20" calcext:value-type="float"> + <text:p>20</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="12" calcext:value-type="float"> + <text:p>12</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-21.2405696394091" calcext:value-type="float"> + <text:p>-21.2405696394091</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="9.75943036059068" calcext:value-type="float"> + <text:p>9.75943036059068</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-21.2405696394091" calcext:value-type="float"> + <text:p>-21.2405696394091</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="9.75943036059086" calcext:value-type="float"> + <text:p>9.75943036059086</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="23.3753776348064" calcext:value-type="float"> + <text:p>23.3753776348064</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="2.71089043495249" calcext:value-type="float"> + <text:p>2.71089043495249</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=SQRT([.C53]*[.C53]+[.D53]*[.D53])" office:value-type="float" office:value="23.3753776348064" calcext:value-type="float"> + <text:p>23.3753776348064</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=ATAN2([.C53];[.D53])" office:value-type="float" office:value="2.71089043495249" calcext:value-type="float"> + <text:p>2.71089043495249</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="20" calcext:value-type="float"> + <text:p>20</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="11.9999999999999" calcext:value-type="float"> + <text:p>11.9999999999999</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C53]); 1; ABS([.$C53]-[.$E53])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D53]); 1; ABS([.$D53]-[.$F53])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G53]); 1; ABS([.$G53]-[.$I53])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H53]); 1; ABS([.$H53]-[.$J53])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K53]); 1; ABS([.$K53]-[.$A53])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L53]); 1; ABS([.$L53]-[.$B53])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell office:value-type="float" office:value="21" calcext:value-type="float"> + <text:p>21</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="11" calcext:value-type="float"> + <text:p>11</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-23.1031129809246" calcext:value-type="float"> + <text:p>-23.1031129809246</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="7.8968870190755" calcext:value-type="float"> + <text:p>7.8968870190755</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-23.1031129809246" calcext:value-type="float"> + <text:p>-23.1031129809246</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="7.89688701907541" calcext:value-type="float"> + <text:p>7.89688701907541</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="24.4154593239899" calcext:value-type="float"> + <text:p>24.4154593239899</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="2.81223213345538" calcext:value-type="float"> + <text:p>2.81223213345538</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=SQRT([.C54]*[.C54]+[.D54]*[.D54])" office:value-type="float" office:value="24.4154593239899" calcext:value-type="float"> + <text:p>24.4154593239899</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=ATAN2([.C54];[.D54])" office:value-type="float" office:value="2.81223213345538" calcext:value-type="float"> + <text:p>2.81223213345538</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="21" calcext:value-type="float"> + <text:p>21</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="11" calcext:value-type="float"> + <text:p>11</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C54]); 1; ABS([.$C54]-[.$E54])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D54]); 1; ABS([.$D54]-[.$F54])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G54]); 1; ABS([.$G54]-[.$I54])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H54]); 1; ABS([.$H54]-[.$J54])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K54]); 1; ABS([.$K54]-[.$A54])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L54]); 1; ABS([.$L54]-[.$B54])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell office:value-type="float" office:value="22" calcext:value-type="float"> + <text:p>22</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="10" calcext:value-type="float"> + <text:p>10</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-25.161223872853" calcext:value-type="float"> + <text:p>-25.161223872853</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="5.83877612714712" calcext:value-type="float"> + <text:p>5.83877612714712</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-25.161223872853" calcext:value-type="float"> + <text:p>-25.161223872853</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="5.83877612714697" calcext:value-type="float"> + <text:p>5.83877612714697</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="25.8297985559851" calcext:value-type="float"> + <text:p>25.8297985559851</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="2.91357383195827" calcext:value-type="float"> + <text:p>2.91357383195827</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=SQRT([.C55]*[.C55]+[.D55]*[.D55])" office:value-type="float" office:value="25.8297985559851" calcext:value-type="float"> + <text:p>25.8297985559851</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=ATAN2([.C55];[.D55])" office:value-type="float" office:value="2.91357383195827" calcext:value-type="float"> + <text:p>2.91357383195827</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="22" calcext:value-type="float"> + <text:p>22</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="10" calcext:value-type="float"> + <text:p>10</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C55]); 1; ABS([.$C55]-[.$E55])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D55]); 1; ABS([.$D55]-[.$F55])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G55]); 1; ABS([.$G55]-[.$I55])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H55]); 1; ABS([.$H55]-[.$J55])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K55]); 1; ABS([.$K55]-[.$A55])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L55]); 1; ABS([.$L55]-[.$B55])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell office:value-type="float" office:value="23" calcext:value-type="float"> + <text:p>23</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="9" calcext:value-type="float"> + <text:p>9</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-27.4978930641323" calcext:value-type="float"> + <text:p>-27.4978930641323</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="3.50210693586775" calcext:value-type="float"> + <text:p>3.50210693586775</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-27.4978930641321" calcext:value-type="float"> + <text:p>-27.4978930641321</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="3.50210693586789" calcext:value-type="float"> + <text:p>3.50210693586789</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="27.7200085850764" calcext:value-type="float"> + <text:p>27.7200085850764</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="3.01491553046118" calcext:value-type="float"> + <text:p>3.01491553046118</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=SQRT([.C56]*[.C56]+[.D56]*[.D56])" office:value-type="float" office:value="27.7200085850764" calcext:value-type="float"> + <text:p>27.7200085850764</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=ATAN2([.C56];[.D56])" office:value-type="float" office:value="3.01491553046118" calcext:value-type="float"> + <text:p>3.01491553046118</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="22.9999999999999" calcext:value-type="float"> + <text:p>22.9999999999999</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="9.00000000000005" calcext:value-type="float"> + <text:p>9.00000000000005</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C56]); 1; ABS([.$C56]-[.$E56])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D56]); 1; ABS([.$D56]-[.$F56])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G56]); 1; ABS([.$G56]-[.$I56])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H56]); 1; ABS([.$H56]-[.$J56])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K56]); 1; ABS([.$K56]-[.$A56])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L56]); 1; ABS([.$L56]-[.$B56])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell office:value-type="float" office:value="24" calcext:value-type="float"> + <text:p>24</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="8" calcext:value-type="float"> + <text:p>8</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-30.2338486721136" calcext:value-type="float"> + <text:p>-30.2338486721136</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="0.766151327886344" calcext:value-type="float"> + <text:p>0.766151327886344</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-30.2338486721134" calcext:value-type="float"> + <text:p>-30.2338486721134</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="0.76615132788659" calcext:value-type="float"> + <text:p>0.76615132788659</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="30.2435545759008" calcext:value-type="float"> + <text:p>30.2435545759008</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="3.11625722896408" calcext:value-type="float"> + <text:p>3.11625722896408</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=SQRT([.C57]*[.C57]+[.D57]*[.D57])" office:value-type="float" office:value="30.2435545759008" calcext:value-type="float"> + <text:p>30.2435545759008</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=ATAN2([.C57];[.D57])" office:value-type="float" office:value="3.11625722896408" calcext:value-type="float"> + <text:p>3.11625722896408</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="24" calcext:value-type="float"> + <text:p>24</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="7.99999999999996" calcext:value-type="float"> + <text:p>7.99999999999996</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C57]); 1; ABS([.$C57]-[.$E57])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D57]); 1; ABS([.$D57]-[.$F57])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G57]); 1; ABS([.$G57]-[.$I57])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H57]); 1; ABS([.$H57]-[.$J57])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K57]); 1; ABS([.$K57]-[.$A57])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L57]); 1; ABS([.$L57]-[.$B57])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell office:value-type="float" office:value="25" calcext:value-type="float"> + <text:p>25</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="7" calcext:value-type="float"> + <text:p>7</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-33.5553388632377" calcext:value-type="float"> + <text:p>-33.5553388632377</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-2.55533886323832" calcext:value-type="float"> + <text:p>-2.55533886323832</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-33.5553388632378" calcext:value-type="float"> + <text:p>-33.5553388632378</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-2.55533886323785" calcext:value-type="float"> + <text:p>-2.55533886323785</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="33.6524965334325" calcext:value-type="float"> + <text:p>33.6524965334325</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-3.06558637971261" calcext:value-type="float"> + <text:p>-3.06558637971261</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=SQRT([.C58]*[.C58]+[.D58]*[.D58])" office:value-type="float" office:value="33.6524965334325" calcext:value-type="float"> + <text:p>33.6524965334325</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=ATAN2([.C58];[.D58])" office:value-type="float" office:value="-3.06558637971261" calcext:value-type="float"> + <text:p>-3.06558637971261</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="24.9999999999999" calcext:value-type="float"> + <text:p>24.9999999999999</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="7.00000000000003" calcext:value-type="float"> + <text:p>7.00000000000003</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C58]); 1; ABS([.$C58]-[.$E58])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D58]); 1; ABS([.$D58]-[.$F58])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G58]); 1; ABS([.$G58]-[.$I58])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H58]); 1; ABS([.$H58]-[.$J58])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K58]); 1; ABS([.$K58]-[.$A58])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L58]); 1; ABS([.$L58]-[.$B58])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell office:value-type="float" office:value="26" calcext:value-type="float"> + <text:p>26</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="6" calcext:value-type="float"> + <text:p>6</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-37.769457677777" calcext:value-type="float"> + <text:p>-37.769457677777</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-6.76945767777761" calcext:value-type="float"> + <text:p>-6.76945767777761</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-37.7694576777772" calcext:value-type="float"> + <text:p>-37.7694576777772</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-6.76945767777718" calcext:value-type="float"> + <text:p>-6.76945767777718</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="38.3713107741267" calcext:value-type="float"> + <text:p>38.3713107741267</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-2.96424468120971" calcext:value-type="float"> + <text:p>-2.96424468120971</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=SQRT([.C59]*[.C59]+[.D59]*[.D59])" office:value-type="float" office:value="38.3713107741267" calcext:value-type="float"> + <text:p>38.3713107741267</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=ATAN2([.C59];[.D59])" office:value-type="float" office:value="-2.96424468120971" calcext:value-type="float"> + <text:p>-2.96424468120971</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="26" calcext:value-type="float"> + <text:p>26</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="6.00000000000001" calcext:value-type="float"> + <text:p>6.00000000000001</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C59]); 1; ABS([.$C59]-[.$E59])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D59]); 1; ABS([.$D59]-[.$F59])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G59]); 1; ABS([.$G59]-[.$I59])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H59]); 1; ABS([.$H59]-[.$J59])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K59]); 1; ABS([.$K59]-[.$A59])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L59]); 1; ABS([.$L59]-[.$B59])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell office:value-type="float" office:value="27" calcext:value-type="float"> + <text:p>27</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="5" calcext:value-type="float"> + <text:p>5</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-43.4256495884722" calcext:value-type="float"> + <text:p>-43.4256495884722</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-12.4256495884728" calcext:value-type="float"> + <text:p>-12.4256495884728</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-43.4256495884726" calcext:value-type="float"> + <text:p>-43.4256495884726</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-12.4256495884726" calcext:value-type="float"> + <text:p>-12.4256495884726</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="45.1683939262433" calcext:value-type="float"> + <text:p>45.1683939262433</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-2.86290298270682" calcext:value-type="float"> + <text:p>-2.86290298270682</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=SQRT([.C60]*[.C60]+[.D60]*[.D60])" office:value-type="float" office:value="45.1683939262433" calcext:value-type="float"> + <text:p>45.1683939262433</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=ATAN2([.C60];[.D60])" office:value-type="float" office:value="-2.86290298270682" calcext:value-type="float"> + <text:p>-2.86290298270682</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="27" calcext:value-type="float"> + <text:p>27</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="4.99999999999996" calcext:value-type="float"> + <text:p>4.99999999999996</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C60]); 1; ABS([.$C60]-[.$E60])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D60]); 1; ABS([.$D60]-[.$F60])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G60]); 1; ABS([.$G60]-[.$I60])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H60]); 1; ABS([.$H60]-[.$J60])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K60]); 1; ABS([.$K60]-[.$A60])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L60]); 1; ABS([.$L60]-[.$B60])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell office:value-type="float" office:value="28" calcext:value-type="float"> + <text:p>28</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="4" calcext:value-type="float"> + <text:p>4</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-51.6192711999179" calcext:value-type="float"> + <text:p>-51.6192711999179</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-20.6192711999179" calcext:value-type="float"> + <text:p>-20.6192711999179</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-51.6192711999181" calcext:value-type="float"> + <text:p>-51.6192711999181</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-20.6192711999182" calcext:value-type="float"> + <text:p>-20.6192711999182</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="55.5851014573729" calcext:value-type="float"> + <text:p>55.5851014573729</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-2.76156128420393" calcext:value-type="float"> + <text:p>-2.76156128420393</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=SQRT([.C61]*[.C61]+[.D61]*[.D61])" office:value-type="float" office:value="55.5851014573729" calcext:value-type="float"> + <text:p>55.5851014573729</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=ATAN2([.C61];[.D61])" office:value-type="float" office:value="-2.76156128420393" calcext:value-type="float"> + <text:p>-2.76156128420393</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="28" calcext:value-type="float"> + <text:p>28</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="3.99999999999997" calcext:value-type="float"> + <text:p>3.99999999999997</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C61]); 1; ABS([.$C61]-[.$E61])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D61]); 1; ABS([.$D61]-[.$F61])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G61]); 1; ABS([.$G61]-[.$I61])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H61]); 1; ABS([.$H61]-[.$J61])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K61]); 1; ABS([.$K61]-[.$A61])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L61]); 1; ABS([.$L61]-[.$B61])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell office:value-type="float" office:value="29" calcext:value-type="float"> + <text:p>29</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="3" calcext:value-type="float"> + <text:p>3</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-64.9020717291779" calcext:value-type="float"> + <text:p>-64.9020717291779</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-33.9020717291789" calcext:value-type="float"> + <text:p>-33.9020717291789</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-64.9020717291786" calcext:value-type="float"> + <text:p>-64.9020717291786</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-33.9020717291786" calcext:value-type="float"> + <text:p>-33.9020717291786</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="73.2231478582404" calcext:value-type="float"> + <text:p>73.2231478582404</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-2.66021958570103" calcext:value-type="float"> + <text:p>-2.66021958570103</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=SQRT([.C62]*[.C62]+[.D62]*[.D62])" office:value-type="float" office:value="73.2231478582404" calcext:value-type="float"> + <text:p>73.2231478582404</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=ATAN2([.C62];[.D62])" office:value-type="float" office:value="-2.66021958570103" calcext:value-type="float"> + <text:p>-2.66021958570103</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="29" calcext:value-type="float"> + <text:p>29</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="3.0000000000001" calcext:value-type="float"> + <text:p>3.0000000000001</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C62]); 1; ABS([.$C62]-[.$E62])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D62]); 1; ABS([.$D62]-[.$F62])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G62]); 1; ABS([.$G62]-[.$I62])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H62]); 1; ABS([.$H62]-[.$J62])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K62]); 1; ABS([.$K62]-[.$A62])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L62]); 1; ABS([.$L62]-[.$B62])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell office:value-type="float" office:value="30" calcext:value-type="float"> + <text:p>30</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="2" calcext:value-type="float"> + <text:p>2</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-90.9238733733677" calcext:value-type="float"> + <text:p>-90.9238733733677</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-59.9238733733693" calcext:value-type="float"> + <text:p>-59.9238733733693</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-90.9238733733689" calcext:value-type="float"> + <text:p>-90.9238733733689</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-59.9238733733689" calcext:value-type="float"> + <text:p>-59.9238733733689</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="108.894542330109" calcext:value-type="float"> + <text:p>108.894542330109</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-2.55887788719813" calcext:value-type="float"> + <text:p>-2.55887788719813</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=SQRT([.C63]*[.C63]+[.D63]*[.D63])" office:value-type="float" office:value="108.894542330109" calcext:value-type="float"> + <text:p>108.894542330109</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=ATAN2([.C63];[.D63])" office:value-type="float" office:value="-2.55887788719813" calcext:value-type="float"> + <text:p>-2.55887788719813</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="29.9999999999999" calcext:value-type="float"> + <text:p>29.9999999999999</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="2.00000000000015" calcext:value-type="float"> + <text:p>2.00000000000015</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C63]); 1; ABS([.$C63]-[.$E63])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D63]); 1; ABS([.$D63]-[.$F63])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G63]); 1; ABS([.$G63]-[.$I63])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H63]); 1; ABS([.$H63]-[.$J63])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K63]); 1; ABS([.$K63]-[.$A63])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L63]); 1; ABS([.$L63]-[.$B63])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell office:value-type="float" office:value="31" calcext:value-type="float"> + <text:p>31</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="1" calcext:value-type="float"> + <text:p>1</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-167.923942689193" calcext:value-type="float"> + <text:p>-167.923942689193</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-136.923942689195" calcext:value-type="float"> + <text:p>-136.923942689195</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-167.923942689195" calcext:value-type="float"> + <text:p>-167.923942689195</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-136.923942689195" calcext:value-type="float"> + <text:p>-136.923942689195</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="216.671679298051" calcext:value-type="float"> + <text:p>216.671679298051</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-2.45753618869524" calcext:value-type="float"> + <text:p>-2.45753618869524</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=SQRT([.C64]*[.C64]+[.D64]*[.D64])" office:value-type="float" office:value="216.671679298051" calcext:value-type="float"> + <text:p>216.671679298051</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=ATAN2([.C64];[.D64])" office:value-type="float" office:value="-2.45753618869524" calcext:value-type="float"> + <text:p>-2.45753618869524</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="30.9999999999999" calcext:value-type="float"> + <text:p>30.9999999999999</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="1.00000000000012" calcext:value-type="float"> + <text:p>1.00000000000012</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C64]); 1; ABS([.$C64]-[.$E64])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D64]); 1; ABS([.$D64]-[.$F64])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G64]); 1; ABS([.$G64]-[.$I64])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H64]); 1; ABS([.$H64]-[.$J64])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K64]); 1; ABS([.$K64]-[.$A64])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L64]); 1; ABS([.$L64]-[.$B64])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell table:style-name="ce24" table:number-columns-repeated="12"/> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C65]); 1; ABS([.$C65]-[.$E65])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D65]); 1; ABS([.$D65]-[.$F65])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G65]); 1; ABS([.$G65]-[.$I65])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H65]); 1; ABS([.$H65]-[.$J65])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K65]); 1; ABS([.$K65]-[.$A65])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L65]); 1; ABS([.$L65]-[.$B65])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell office:value-type="float" office:value="1" calcext:value-type="float"> + <text:p>1</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:number-matrix-columns-spanned="2" table:number-matrix-rows-spanned="12" table:formula="of:=ORG.LIBREOFFICE.FOURIER([.A66:.A77];1)" office:value-type="float" office:value="78" calcext:value-type="float"> + <text:p>78</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-2.57175827820944E-015" calcext:value-type="float"> + <text:p>-2.57175827820944E-15</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="78" calcext:value-type="float"> + <text:p>78</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="0" calcext:value-type="float"> + <text:p>0</text:p> + </table:table-cell> + <table:table-cell table:number-matrix-columns-spanned="2" table:number-matrix-rows-spanned="12" table:formula="of:=ORG.LIBREOFFICE.FOURIER([.A66:.A77];1;;1)" office:value-type="float" office:value="78" calcext:value-type="float"> + <text:p>78</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-3.29712599770441E-017" calcext:value-type="float"> + <text:p>-3.29712599770441E-17</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=SQRT([.C66]*[.C66]+[.D66]*[.D66])" office:value-type="float" office:value="78" calcext:value-type="float"> + <text:p>78</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=ATAN2([.C66];[.D66])" office:value-type="float" office:value="-3.29712599770441E-017" calcext:value-type="float"> + <text:p>-3.29712599770441E-17</text:p> + </table:table-cell> + <table:table-cell table:number-matrix-columns-spanned="2" table:number-matrix-rows-spanned="12" table:formula="of:=ORG.LIBREOFFICE.FOURIER([.C66:.D77];1;1)" office:value-type="float" office:value="1.00000000000001" calcext:value-type="float"> + <text:p>1.00000000000001</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="7.25315260227182E-016" calcext:value-type="float"> + <text:p>7.25315260227182E-16</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C66]); 1; ABS([.$C66]-[.$E66])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D66]); 1; ABS([.$D66]-[.$F66])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G66]); 1; ABS([.$G66]-[.$I66])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H66]); 1; ABS([.$H66]-[.$J66])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K66]); 1; ABS([.$K66]-[.$A66])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L66]); 1; ABS([.$L66]-[.$B66])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell office:value-type="float" office:value="2" calcext:value-type="float"> + <text:p>2</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell office:value-type="float" office:value="-5.99999999999997" calcext:value-type="float"> + <text:p>-5.99999999999997</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="22.3923048454133" calcext:value-type="float"> + <text:p>22.3923048454133</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-6" calcext:value-type="float"> + <text:p>-6</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="22.3923048454133" calcext:value-type="float"> + <text:p>22.3923048454133</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="23.1822198309376" calcext:value-type="float"> + <text:p>23.1822198309376</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="1.83259571459404" calcext:value-type="float"> + <text:p>1.83259571459404</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=SQRT([.C67]*[.C67]+[.D67]*[.D67])" office:value-type="float" office:value="23.1822198309376" calcext:value-type="float"> + <text:p>23.1822198309376</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=ATAN2([.C67];[.D67])" office:value-type="float" office:value="1.83259571459404" calcext:value-type="float"> + <text:p>1.83259571459404</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="2" calcext:value-type="float"> + <text:p>2</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-8.14163551391781E-016" calcext:value-type="float"> + <text:p>-8.14163551391781E-16</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C67]); 1; ABS([.$C67]-[.$E67])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D67]); 1; ABS([.$D67]-[.$F67])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G67]); 1; ABS([.$G67]-[.$I67])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H67]); 1; ABS([.$H67]-[.$J67])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K67]); 1; ABS([.$K67]-[.$A67])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L67]); 1; ABS([.$L67]-[.$B67])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell office:value-type="float" office:value="3" calcext:value-type="float"> + <text:p>3</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell office:value-type="float" office:value="-5.99999999999998" calcext:value-type="float"> + <text:p>-5.99999999999998</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="10.3923048454133" calcext:value-type="float"> + <text:p>10.3923048454133</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-6" calcext:value-type="float"> + <text:p>-6</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="10.3923048454133" calcext:value-type="float"> + <text:p>10.3923048454133</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="12" calcext:value-type="float"> + <text:p>12</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="2.09439510239319" calcext:value-type="float"> + <text:p>2.09439510239319</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=SQRT([.C68]*[.C68]+[.D68]*[.D68])" office:value-type="float" office:value="12" calcext:value-type="float"> + <text:p>12</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=ATAN2([.C68];[.D68])" office:value-type="float" office:value="2.09439510239319" calcext:value-type="float"> + <text:p>2.09439510239319</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="3" calcext:value-type="float"> + <text:p>3</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="1.48029736616688E-015" calcext:value-type="float"> + <text:p>1.48029736616688E-15</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C68]); 1; ABS([.$C68]-[.$E68])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D68]); 1; ABS([.$D68]-[.$F68])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G68]); 1; ABS([.$G68]-[.$I68])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H68]); 1; ABS([.$H68]-[.$J68])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K68]); 1; ABS([.$K68]-[.$A68])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L68]); 1; ABS([.$L68]-[.$B68])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell office:value-type="float" office:value="4" calcext:value-type="float"> + <text:p>4</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell office:value-type="float" office:value="-5.99999999999999" calcext:value-type="float"> + <text:p>-5.99999999999999</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="6" calcext:value-type="float"> + <text:p>6</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-6" calcext:value-type="float"> + <text:p>-6</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="6" calcext:value-type="float"> + <text:p>6</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="8.48528137423857" calcext:value-type="float"> + <text:p>8.48528137423857</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="2.35619449019234" calcext:value-type="float"> + <text:p>2.35619449019234</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=SQRT([.C69]*[.C69]+[.D69]*[.D69])" office:value-type="float" office:value="8.48528137423857" calcext:value-type="float"> + <text:p>8.48528137423857</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=ATAN2([.C69];[.D69])" office:value-type="float" office:value="2.35619449019234" calcext:value-type="float"> + <text:p>2.35619449019234</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="4" calcext:value-type="float"> + <text:p>4</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="2.368475785867E-015" calcext:value-type="float"> + <text:p>2.368475785867E-15</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C69]); 1; ABS([.$C69]-[.$E69])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D69]); 1; ABS([.$D69]-[.$F69])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G69]); 1; ABS([.$G69]-[.$I69])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H69]); 1; ABS([.$H69]-[.$J69])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K69]); 1; ABS([.$K69]-[.$A69])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L69]); 1; ABS([.$L69]-[.$B69])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell office:value-type="float" office:value="5" calcext:value-type="float"> + <text:p>5</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell office:value-type="float" office:value="-5.99999999999999" calcext:value-type="float"> + <text:p>-5.99999999999999</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="3.46410161513777" calcext:value-type="float"> + <text:p>3.46410161513777</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-6" calcext:value-type="float"> + <text:p>-6</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="3.46410161513775" calcext:value-type="float"> + <text:p>3.46410161513775</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="6.92820323027551" calcext:value-type="float"> + <text:p>6.92820323027551</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="2.61799387799149" calcext:value-type="float"> + <text:p>2.61799387799149</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=SQRT([.C70]*[.C70]+[.D70]*[.D70])" office:value-type="float" office:value="6.92820323027551" calcext:value-type="float"> + <text:p>6.92820323027551</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=ATAN2([.C70];[.D70])" office:value-type="float" office:value="2.61799387799149" calcext:value-type="float"> + <text:p>2.61799387799149</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="5.00000000000001" calcext:value-type="float"> + <text:p>5.00000000000001</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="2.66453525910038E-015" calcext:value-type="float"> + <text:p>2.66453525910038E-15</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C70]); 1; ABS([.$C70]-[.$E70])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D70]); 1; ABS([.$D70]-[.$F70])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G70]); 1; ABS([.$G70]-[.$I70])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H70]); 1; ABS([.$H70]-[.$J70])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K70]); 1; ABS([.$K70]-[.$A70])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L70]); 1; ABS([.$L70]-[.$B70])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell office:value-type="float" office:value="6" calcext:value-type="float"> + <text:p>6</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell office:value-type="float" office:value="-5.99999999999999" calcext:value-type="float"> + <text:p>-5.99999999999999</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="1.60769515458677" calcext:value-type="float"> + <text:p>1.60769515458677</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-6" calcext:value-type="float"> + <text:p>-6</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="1.60769515458674" calcext:value-type="float"> + <text:p>1.60769515458674</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="6.2116570824605" calcext:value-type="float"> + <text:p>6.2116570824605</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="2.87979326579064" calcext:value-type="float"> + <text:p>2.87979326579064</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=SQRT([.C71]*[.C71]+[.D71]*[.D71])" office:value-type="float" office:value="6.2116570824605" calcext:value-type="float"> + <text:p>6.2116570824605</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=ATAN2([.C71];[.D71])" office:value-type="float" office:value="2.87979326579064" calcext:value-type="float"> + <text:p>2.87979326579064</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="6" calcext:value-type="float"> + <text:p>6</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="8.88178419700125E-016" calcext:value-type="float"> + <text:p>8.88178419700125E-16</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C71]); 1; ABS([.$C71]-[.$E71])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D71]); 1; ABS([.$D71]-[.$F71])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G71]); 1; ABS([.$G71]-[.$I71])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H71]); 1; ABS([.$H71]-[.$J71])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K71]); 1; ABS([.$K71]-[.$A71])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L71]); 1; ABS([.$L71]-[.$B71])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell office:value-type="float" office:value="7" calcext:value-type="float"> + <text:p>7</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell office:value-type="float" office:value="-6" calcext:value-type="float"> + <text:p>-6</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="0" calcext:value-type="float"> + <text:p>0</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-6" calcext:value-type="float"> + <text:p>-6</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="0" calcext:value-type="float"> + <text:p>0</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="6" calcext:value-type="float"> + <text:p>6</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="3.14159265358979" calcext:value-type="float"> + <text:p>3.14159265358979</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=SQRT([.C72]*[.C72]+[.D72]*[.D72])" office:value-type="float" office:value="6" calcext:value-type="float"> + <text:p>6</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=ATAN2([.C72];[.D72])" office:value-type="float" office:value="3.14159265358979" calcext:value-type="float"> + <text:p>3.14159265358979</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="7" calcext:value-type="float"> + <text:p>7</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-7.95401438809192E-016" calcext:value-type="float"> + <text:p>-7.95401438809192E-16</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C72]); 1; ABS([.$C72]-[.$E72])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D72]); 1; ABS([.$D72]-[.$F72])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G72]); 1; ABS([.$G72]-[.$I72])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H72]); 1; ABS([.$H72]-[.$J72])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K72]); 1; ABS([.$K72]-[.$A72])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L72]); 1; ABS([.$L72]-[.$B72])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell office:value-type="float" office:value="8" calcext:value-type="float"> + <text:p>8</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell office:value-type="float" office:value="-5.99999999999999" calcext:value-type="float"> + <text:p>-5.99999999999999</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-1.60769515458677" calcext:value-type="float"> + <text:p>-1.60769515458677</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-6" calcext:value-type="float"> + <text:p>-6</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-1.60769515458674" calcext:value-type="float"> + <text:p>-1.60769515458674</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="6.2116570824605" calcext:value-type="float"> + <text:p>6.2116570824605</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-2.87979326579064" calcext:value-type="float"> + <text:p>-2.87979326579064</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=SQRT([.C73]*[.C73]+[.D73]*[.D73])" office:value-type="float" office:value="6.2116570824605" calcext:value-type="float"> + <text:p>6.2116570824605</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=ATAN2([.C73];[.D73])" office:value-type="float" office:value="-2.87979326579064" calcext:value-type="float"> + <text:p>-2.87979326579064</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="8" calcext:value-type="float"> + <text:p>8</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-5.9211894646675E-015" calcext:value-type="float"> + <text:p>-5.9211894646675E-15</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C73]); 1; ABS([.$C73]-[.$E73])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D73]); 1; ABS([.$D73]-[.$F73])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G73]); 1; ABS([.$G73]-[.$I73])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H73]); 1; ABS([.$H73]-[.$J73])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K73]); 1; ABS([.$K73]-[.$A73])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L73]); 1; ABS([.$L73]-[.$B73])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell office:value-type="float" office:value="9" calcext:value-type="float"> + <text:p>9</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell office:value-type="float" office:value="-5.99999999999999" calcext:value-type="float"> + <text:p>-5.99999999999999</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-3.46410161513777" calcext:value-type="float"> + <text:p>-3.46410161513777</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-6" calcext:value-type="float"> + <text:p>-6</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-3.46410161513775" calcext:value-type="float"> + <text:p>-3.46410161513775</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="6.92820323027551" calcext:value-type="float"> + <text:p>6.92820323027551</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-2.61799387799149" calcext:value-type="float"> + <text:p>-2.61799387799149</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=SQRT([.C74]*[.C74]+[.D74]*[.D74])" office:value-type="float" office:value="6.92820323027551" calcext:value-type="float"> + <text:p>6.92820323027551</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=ATAN2([.C74];[.D74])" office:value-type="float" office:value="-2.61799387799149" calcext:value-type="float"> + <text:p>-2.61799387799149</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="9" calcext:value-type="float"> + <text:p>9</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-9.473903143468E-015" calcext:value-type="float"> + <text:p>-9.473903143468E-15</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C74]); 1; ABS([.$C74]-[.$E74])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D74]); 1; ABS([.$D74]-[.$F74])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G74]); 1; ABS([.$G74]-[.$I74])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H74]); 1; ABS([.$H74]-[.$J74])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K74]); 1; ABS([.$K74]-[.$A74])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L74]); 1; ABS([.$L74]-[.$B74])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell office:value-type="float" office:value="10" calcext:value-type="float"> + <text:p>10</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell office:value-type="float" office:value="-5.99999999999999" calcext:value-type="float"> + <text:p>-5.99999999999999</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-6" calcext:value-type="float"> + <text:p>-6</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2" office:value-type="float" office:value="-6" calcext:value-type="float"> + <text:p>-6</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="8.48528137423857" calcext:value-type="float"> + <text:p>8.48528137423857</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-2.35619449019234" calcext:value-type="float"> + <text:p>-2.35619449019234</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=SQRT([.C75]*[.C75]+[.D75]*[.D75])" office:value-type="float" office:value="8.48528137423857" calcext:value-type="float"> + <text:p>8.48528137423857</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=ATAN2([.C75];[.D75])" office:value-type="float" office:value="-2.35619449019234" calcext:value-type="float"> + <text:p>-2.35619449019234</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="10" calcext:value-type="float"> + <text:p>10</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-4.736951571734E-015" calcext:value-type="float"> + <text:p>-4.736951571734E-15</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C75]); 1; ABS([.$C75]-[.$E75])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D75]); 1; ABS([.$D75]-[.$F75])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G75]); 1; ABS([.$G75]-[.$I75])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H75]); 1; ABS([.$H75]-[.$J75])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K75]); 1; ABS([.$K75]-[.$A75])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L75]); 1; ABS([.$L75]-[.$B75])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell office:value-type="float" office:value="11" calcext:value-type="float"> + <text:p>11</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell office:value-type="float" office:value="-5.99999999999998" calcext:value-type="float"> + <text:p>-5.99999999999998</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-10.3923048454133" calcext:value-type="float"> + <text:p>-10.3923048454133</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-6" calcext:value-type="float"> + <text:p>-6</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-10.3923048454133" calcext:value-type="float"> + <text:p>-10.3923048454133</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="12" calcext:value-type="float"> + <text:p>12</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-2.09439510239319" calcext:value-type="float"> + <text:p>-2.09439510239319</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=SQRT([.C76]*[.C76]+[.D76]*[.D76])" office:value-type="float" office:value="12" calcext:value-type="float"> + <text:p>12</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=ATAN2([.C76];[.D76])" office:value-type="float" office:value="-2.09439510239319" calcext:value-type="float"> + <text:p>-2.09439510239319</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="11" calcext:value-type="float"> + <text:p>11</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-0.0000000000000124344978758018" calcext:value-type="float"> + <text:p>-1.24344978758018E-14</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C76]); 1; ABS([.$C76]-[.$E76])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D76]); 1; ABS([.$D76]-[.$F76])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G76]); 1; ABS([.$G76]-[.$I76])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H76]); 1; ABS([.$H76]-[.$J76])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K76]); 1; ABS([.$K76]-[.$A76])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L76]); 1; ABS([.$L76]-[.$B76])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell office:value-type="float" office:value="12" calcext:value-type="float"> + <text:p>12</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell office:value-type="float" office:value="-5.99999999999997" calcext:value-type="float"> + <text:p>-5.99999999999997</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-22.3923048454133" calcext:value-type="float"> + <text:p>-22.3923048454133</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-6" calcext:value-type="float"> + <text:p>-6</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-22.3923048454133" calcext:value-type="float"> + <text:p>-22.3923048454133</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="23.1822198309376" calcext:value-type="float"> + <text:p>23.1822198309376</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-1.83259571459404" calcext:value-type="float"> + <text:p>-1.83259571459404</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=SQRT([.C77]*[.C77]+[.D77]*[.D77])" office:value-type="float" office:value="23.1822198309376" calcext:value-type="float"> + <text:p>23.1822198309376</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=ATAN2([.C77];[.D77])" office:value-type="float" office:value="-1.83259571459404" calcext:value-type="float"> + <text:p>-1.83259571459404</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="12" calcext:value-type="float"> + <text:p>12</text:p> + </table:table-cell> + <table:table-cell office:value-type="float" office:value="-0.0000000000000219084010192698" calcext:value-type="float"> + <text:p>-2.19084010192698E-14</text:p> + </table:table-cell> + <table:table-cell/> + <table:table-cell table:formula="of:=IF(ISBLANK([.$C77]); 1; ABS([.$C77]-[.$E77])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$D77]); 1; ABS([.$D77]-[.$F77])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$G77]); 1; ABS([.$G77]-[.$I77])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$H77]); 1; ABS([.$H77]-[.$J77])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$K77]); 1; ABS([.$K77]-[.$A77])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:formula="of:=IF(ISBLANK([.$L77]); 1; ABS([.$L77]-[.$B77])<[.$U$1])" office:value-type="boolean" office:boolean-value="true" calcext:value-type="boolean"> + <text:p>TRUE</text:p> + </table:table-cell> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <table:table-row table:style-name="ro2"> + <table:table-cell table:style-name="ce24" table:number-columns-repeated="12"/> + <table:table-cell/> + <table:table-cell table:style-name="Default" table:number-columns-repeated="6"/> + <table:table-cell table:number-columns-repeated="2"/> + </table:table-row> + <calcext:conditional-formats> + <calcext:conditional-format calcext:target-range-address="Sheet3.N2:Sheet3.S77"> + <calcext:condition calcext:apply-style-name="Good" calcext:value="=1" calcext:base-cell-address="Sheet3.N2"/> + <calcext:condition calcext:apply-style-name="Bad" calcext:value="=0" calcext:base-cell-address="Sheet3.N2"/> + </calcext:conditional-format> + </calcext:conditional-formats> + </table:table> <table:named-expressions/> </office:spreadsheet> </office:body> |