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.2
edited by Owen Lake
on 2023/10/10 15:34
Change comment: fighting with formatting

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -xwiki:XWiki.Daniel
1 +xwiki:XWiki.Owen
Content
... ... @@ -517,7 +517,23 @@
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|
522 +{{code language="xml"}}tan(-45deg){{/code}}
523 +\\{{code language="xml"}}tan(45deg){{/code}}|
524 +{{code language="xml"}}-1.0{{/code}}
525 +\\{{code language="xml"}}1.0{{/code}}|Tangent (function-style, parentheses required)
526 +|asin|unary|
527 +{{code language="xml"}}asin(-0.5f){{/code}}
528 +\\{{code language="xml"}}asin(1){{/code}}|
529 +{{code language="xml"}}-0.523599rad{{/code}}
530 +\\{{code language="xml"}}1.5708rad{{/code}}|Inverse sine (function-style, parentheses required)
531 +|acos|unary|
532 +{{code language="xml"}}acos(0.5f){{/code}}
533 +\\{{code language="xml"}}acos(1.0f){{/code}}|
534 +{{code language="xml"}}asin(2.0944rad){{/code}}
535 +\\{{code language="xml"}}0rad{{/code}}|Inverse cosine (function-style, parentheses required)
536 +|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) -->
1198 + <cke:param name="Param1" value="$foo" ></cke:param> <!-- $foo from parent namespace -->
1199 + <cke:param name="Param2" value="namespace.$foo" ></cke:param> <!-- LibRef.$foo (error) -->
1184 1184  </cue>
1185 1185  {{/code}}
1186 1186  {{/warning}}