Skip to content

Lib.numbers.float.basic.Pow

Thomas Mann edited this page Sep 5, 2025 · 3 revisions

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

⚠ Everything else is automatically generated and will be overwritten regularly.

Clone this wiki locally