OpenBIMRL | Mathematical polynomial functions
Class path: math.polynomials.logN
Logarithm

Description
The logarithm node calculates the logarithm of a number to any base.
Input
| Input | Name | Type | Description |
|---|---|---|---|
| 0 | N | Number | Number from which the logarithm is calculated (Numerus) |
| 1 | Base | Number | Base |
Output
| Output | Name | Type | Description |
|---|---|---|---|
| 0 | LogN | Number | Result value (logarithm) |
Use/Example
Sample file
Download of a sample file so that the user can test the usage himself