Constant E
Computes the mathematical constant “e” to the power of “Exponent”.
Installation
To use this node enable omni.graph.nodes in the Extension Manager.
Inputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Exponent (inputs:exponent) |
|
The power to which to raise the mathematical constant “e”. |
1.0 |
Outputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Value (outputs:value) |
|
The mathematical constant “e” raised to the ‘Exponent’ power. |
None |
Metadata
Name |
Value |
---|---|
Unique ID |
omni.graph.nodes.ConstantE |
Version |
1 |
Extension |
omni.graph.nodes |
Has State? |
False |
Implementation Language |
C++ |
Default Memory Type |
cpu |
Generated Code Exclusions |
None |
Categories |
constants |
Generated Class Name |
OgnConstantEDatabase |
Python Module |
omni.graph.nodes |