Changes for page Mission Director Guide

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

From version 32970.2
edited by Owen Lake
on 2023/10/10 15:34
Change comment: fighting with formatting
To version 32970.3
edited by Owen Lake
on 2023/10/10 15:45
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -531,9 +531,11 @@
531 531  |acos|unary|
532 532  {{code language="xml"}}acos(0.5f){{/code}}
533 533  \\{{code language="xml"}}acos(1.0f){{/code}}|
534 -{{code language="xml"}}asin(2.0944rad){{/code}}
534 +{{code language="xml"}}2.0944rad{{/code}}
535 535  \\{{code language="xml"}}0rad{{/code}}|Inverse cosine (function-style, parentheses required)
536 -|atan|unary| | |Inverse tangent (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)
537 537  |sqrt|unary|{{code language="xml"}}sqrt(2){{/code}}|{{code language="xml"}}1.414213LF{{/code}}|Square root (function-style, parentheses required)
538 538  |exp|unary|{{code language="xml"}}exp(1){{/code}}|{{code language="xml"}}2.71828LF{{/code}}|Exponential function (function-style, parentheses required)
539 539  |log|unary|{{code language="xml"}}log(8) / log(2){{/code}}|{{code language="xml"}}3.0LF{{/code}}|Natural logarithm (function-style, parentheses required)