ComfyUI Node
log
Calculates the natural logarithm (base e) of a number. This node takes a positive number and returns its natural logarithm. If the specified base is not 'e', calculates the logarithm with the specified base.
log
- value
- base
- FLOAT
CategoryBasic/maths
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| value | FLOAT,INT | 1 | — |
| baseopt | FLOAT,INT | 2.718281828459045 | — |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| FLOAT | FLOAT | — |