Changes for page Mission Director Guide

Last modified by Klaus Meyer on 2025/03/31 16:39

From version 32969.1
edited by Daniel Turner
on 2023/09/19 13:07
Change comment: There is no comment for this version
To version 32970.1
edited by Owen Lake
on 2023/10/10 15:22
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -xwiki:XWiki.Daniel
1 +xwiki:XWiki.Owen
Content
... ... @@ -517,7 +517,22 @@
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"}}0.0{{/code}}|Cosine (function-style, parentheses required)
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)
521 521  |sqrt|unary|{{code language="xml"}}sqrt(2){{/code}}|{{code language="xml"}}1.414213LF{{/code}}|Square root (function-style, parentheses required)
522 522  |exp|unary|{{code language="xml"}}exp(1){{/code}}|{{code language="xml"}}2.71828LF{{/code}}|Exponential function (function-style, parentheses required)
523 523  |log|unary|{{code language="xml"}}log(8) / log(2){{/code}}|{{code language="xml"}}3.0LF{{/code}}|Natural logarithm (function-style, parentheses required)
... ... @@ -1179,8 +1179,8 @@
1179 1179  
1180 1180  {{code language="xml"}}
1181 1181  <cue name="LibRef" ref="Lib">
1182 - <param name="Param1" value="$foo" ></param> <!-- $foo from parent namespace -->
1183 - <param name="Param2" value="namespace.$foo" ></param> <!-- LibRef.$foo (error) -->
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) -->
1184 1184  </cue>
1185 1185  {{/code}}
1186 1186  {{/warning}}