Lib.numbers.float.basic.Pow - tixl3d/tixl GitHub Wiki

Pow

in Lib.numbers.float.basic


Calculates the result of an exponential function

In C#: Math.Pow(x, y)


Input Parameters

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

Outputs

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.

⚠️ **GitHub.com Fallback** ⚠️