-
Notifications
You must be signed in to change notification settings - Fork 246
Lib.numbers.float.basic.Log
Thomas Mann edited this page Sep 5, 2025
·
3 revisions
Calculates the result of a logarithmic function
In C#: Math.Log(x, y)
| Name (Relevancy & Type) | Description |
|---|---|
| Value (Single) | Base Defines what value was the result of raising to a power |
| Base (Single) | Base Defines what value was used for the base when raising to a power |
| Name | Type |
|---|---|
| Result | System.Single |
⚠ Everything else is automatically generated and will be overwritten regularly.