Logarithmic Nodes
Logarithms, square roots, exponential functions, and power operations for advanced calculations.
Logarithmic Nodes
Logarithms, square roots, exponential functions, and power operations for advanced calculations.
This category contains 9 nodes.
Nodes
Base-2 Logarithm
Base-2 logarithm
Inputs: Positive number.
| Name | Type | Range | Default |
|---|---|---|---|
| Value | Number | any | 1 |
Outputs: log₂(x), unbounded.
| Name | Type | Range |
|---|---|---|
| Number | Number | any |
Base-2 Logarithm Vector
Base-2 logarithm of each component
Inputs: 3D vector with positive components.
| Name | Type | Range | Default |
|---|---|---|---|
| Vector | Vector | vec | [1, 1, 1] |
Outputs: Vector with log₂ for each component.
| Name | Type | Range |
|---|---|---|
| Vector | Vector | vec |
Logarithm
Natural logarithm
Inputs: Positive number.
| Name | Type | Range | Default |
|---|---|---|---|
| Value | Number | any | 1 |
| Base | Number | any | 10 |
Outputs: ln(x), unbounded.
| Name | Type | Range |
|---|---|---|
| Number | Number | any |
Natural Exponent
Calculates e^x
Inputs: Any number (avoid large positive values).
| Name | Type | Range | Default |
|---|---|---|---|
| Value | Number | any | 0 |
Outputs: e raised to the power of x.
| Name | Type | Range |
|---|---|---|
| Number | Number | ≥0 |
Natural Exponent Vector
Exponential of each component
Inputs: 3D vector.
| Name | Type | Range | Default |
|---|---|---|---|
| Vector | Vector | vec | [0, 0, 0] |
Outputs: Vector with e^x for each component.
| Name | Type | Range |
|---|---|---|
| Vector | Vector | vec |
Natural Logarithm
Natural logarithm
Inputs: Positive number.
| Name | Type | Range | Default |
|---|---|---|---|
| Value | Number | any | 1 |
Outputs: ln(x), unbounded.
| Name | Type | Range |
|---|---|---|
| Number | Number | any |
Natural Logarithm Vector
Natural logarithm of each component
Inputs: 3D vector with positive components.
| Name | Type | Range | Default |
|---|---|---|---|
| Vector | Vector | vec | [1, 1, 1] |
Outputs: Vector with ln for each component.
| Name | Type | Range |
|---|---|---|
| Vector | Vector | vec |
Power of 2
Calculates 2^x
Inputs: Any number (avoid large positive values).
| Name | Type | Range | Default |
|---|---|---|---|
| Value | Number | any | 0 |
Outputs: 2 raised to the power of x.
| Name | Type | Range |
|---|---|---|
| Number | Number | ≥0 |
Power of 2 Vector
Base-2 exponential of each component
Inputs: 3D vector.
| Name | Type | Range | Default |
|---|---|---|---|
| Vector | Vector | vec | [0, 0, 0] |
Outputs: Vector with 2^x for each component.
| Name | Type | Range |
|---|---|---|
| Vector | Vector | vec |