|
@@ -4,7 +4,7 @@
|
|
Commonly used mathematical constants.
|
|
Commonly used mathematical constants.
|
|
</brief_description>
|
|
</brief_description>
|
|
<description>
|
|
<description>
|
|
- Provides common math constants, such as Pi or Euler's constant, on an output Data port.
|
|
|
|
|
|
+ Provides common math constants, such as Pi, on an output Data port.
|
|
[b]Input Ports:[/b]
|
|
[b]Input Ports:[/b]
|
|
none
|
|
none
|
|
[b]Output Ports:[/b]
|
|
[b]Output Ports:[/b]
|
|
@@ -35,7 +35,7 @@
|
|
Tau: [code]6.283185[/code]
|
|
Tau: [code]6.283185[/code]
|
|
</constant>
|
|
</constant>
|
|
<constant name="MATH_CONSTANT_E" value="4" enum="MathConstant">
|
|
<constant name="MATH_CONSTANT_E" value="4" enum="MathConstant">
|
|
- Natural log: [code]2.718282[/code]
|
|
|
|
|
|
+ Mathematical constant [code]e[/code], the natural log base: [code]2.718282[/code]
|
|
</constant>
|
|
</constant>
|
|
<constant name="MATH_CONSTANT_SQRT2" value="5" enum="MathConstant">
|
|
<constant name="MATH_CONSTANT_SQRT2" value="5" enum="MathConstant">
|
|
Square root of two: [code]1.414214[/code]
|
|
Square root of two: [code]1.414214[/code]
|