Changes for page Mission Director Guide
Last modified by Klaus Meyer on 2025/03/31 16:39
From version 32970.1
edited by Owen Lake
on 2023/10/10 15:22
on 2023/10/10 15:22
Change comment:
There is no comment for this version
To version 32969.1
edited by Daniel Turner
on 2023/09/19 13:07
on 2023/09/19 13:07
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -xwiki:XWiki. Owen1 +xwiki:XWiki.Daniel - Content
-
... ... @@ -517,22 +517,7 @@ 517 517 {{code language="xml"}}cos(60deg){{/code}} 518 518 \\{{code language="xml"}}cos(pi){{/code}}| 519 519 {{code language="xml"}}0.5{{/code}} 520 -\\{{code language="xml"}}-1.0{{/code}}|Cosine (function-style, parentheses required) 521 -|tan|unary|{{code language="xml"}}tan(-45deg){{/code}}((( 522 - 523 -{{code language="xml"}}tan(45deg){{/code}} 524 -)))|((( 525 -(% id="cke_bm_767206S" style="display:none" %) {{code language="xml"}}-1.0{{/code}} 526 - 527 -{{code language="xml"}} 528 -1.0 529 -{{/code}} 530 -)))|Tangent (function-style, parentheses required) 531 -|asin|unary|{{code language="xml"}}asin(-0.5f){{/code}}{{code language="xml"}}asin(1){{/code}}|{{code language="xml"}}-0.523599rad{{/code}}((( 532 - 533 -))){{code language="xml" width="70"}}1.5708rad{{/code}}|Inverse sine (function-style, parentheses required) 534 -|acos|unary|{{code language="xml"}}acos(0.5f){{/code}}{{code language="xml"}}acos(1.0f){{/code}}|{{code language="xml"}}asin(2.0944rad){{/code}}{{code language="xml"}}0rad{{/code}}|Inverse cosine (function-style, parentheses required) 535 -|atan|unary| | |Inverse tangent (function-style, parentheses required) 520 +\\{{code language="xml"}}0.0{{/code}}|Cosine (function-style, parentheses required) 536 536 |sqrt|unary|{{code language="xml"}}sqrt(2){{/code}}|{{code language="xml"}}1.414213LF{{/code}}|Square root (function-style, parentheses required) 537 537 |exp|unary|{{code language="xml"}}exp(1){{/code}}|{{code language="xml"}}2.71828LF{{/code}}|Exponential function (function-style, parentheses required) 538 538 |log|unary|{{code language="xml"}}log(8) / log(2){{/code}}|{{code language="xml"}}3.0LF{{/code}}|Natural logarithm (function-style, parentheses required) ... ... @@ -1194,8 +1194,8 @@ 1194 1194 1195 1195 {{code language="xml"}} 1196 1196 <cue name="LibRef" ref="Lib"> 1197 - < cke:param name="Param1" value="$foo" ></cke:param> <!-- $foo from parent namespace -->1198 - < cke:param name="Param2" value="namespace.$foo" ></cke:param> <!-- LibRef.$foo (error) -->1182 + <param name="Param1" value="$foo" ></param> <!-- $foo from parent namespace --> 1183 + <param name="Param2" value="namespace.$foo" ></param> <!-- LibRef.$foo (error) --> 1199 1199 </cue> 1200 1200 {{/code}} 1201 1201 {{/warning}}