HelmholtzEquationOfStateOfPureFluidsBySpanEtAlPow Method |
Raises a value to an integer power using repeated squaring.
Namespace: Altaxo.Science.Thermodynamics.FluidsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected static double Pow(
double x,
int n
)
Parameters
- x Double
- The base value.
- n Int32
- The integer exponent.
Return Value
Doublex raised to the power
n.
See Also