Changes for page Mission Director Guide

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

From version 32970.3
edited by Owen Lake
on 2023/10/10 15:45
Change comment: There is no comment for this version
To version 32966.1
edited by Daniel Turner
on 2023/08/24 13:29
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -xwiki:XWiki.Owen
1 +xwiki:XWiki.Daniel
Content
... ... @@ -517,25 +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|
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"}}2.0944rad{{/code}}
535 -\\{{code language="xml"}}0rad{{/code}}|Inverse cosine (function-style, parentheses required)
536 -|atan|unary|
537 -{{code language="xml"}}atan(1.0f){{/code}}|
538 -{{code language="xml"}}0.785398rad{{/code}}|Inverse tangent (function-style, parentheses required)
520 +\\{{code language="xml"}}0.0{{/code}}|Cosine (function-style, parentheses required)
539 539  |sqrt|unary|{{code language="xml"}}sqrt(2){{/code}}|{{code language="xml"}}1.414213LF{{/code}}|Square root (function-style, parentheses required)
540 540  |exp|unary|{{code language="xml"}}exp(1){{/code}}|{{code language="xml"}}2.71828LF{{/code}}|Exponential function (function-style, parentheses required)
541 541  |log|unary|{{code language="xml"}}log(8) / log(2){{/code}}|{{code language="xml"}}3.0LF{{/code}}|Natural logarithm (function-style, parentheses required)
... ... @@ -565,7 +565,7 @@
565 565  gt
566 566  \\> (>)|binary|
567 567  {{code language="xml"}}1 gt 3{{/code}}
568 -\\{{code language="xml"}}1 > 3{{/code}}|{{code language="xml"}}false{{/code}}|Greater than
550 +\\{{code language="xml"}}1 < 3{{/code}}|{{code language="xml"}}false{{/code}}|Greater than
569 569  |
570 570  ge
571 571  \\>=|binary|