Lib.numbers.float.basic.Pow - tixl3d/tixl GitHub Wiki
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 |
Please help use to improve this documentation. Feel free to improve the description.
⚠ Everything else is automatically generated and will be overwritten regularly.