-
Notifications
You must be signed in to change notification settings - Fork 246
Lib.numbers.float.basic.Pow
Thomas Mann edited this page Sep 5, 2025
·
3 revisions
Calculates the result of an exponential function
In C#: Math.Pow(x, y)
| Name (Relevancy & Type) | Description |
|---|---|
| Value (Single) | Base Defines which value is multiplied with itself |
| Exponent (Single) | Power Defines how often the Value / Base is multiplied with itself |
| Name | Type |
|---|---|
| Result | System.Single |
⚠ Everything else is automatically generated and will be overwritten regularly.