Click or drag to resize

HelmholtzEquationOfStateOfPureFluidsBySpanEtAlPow Method

Raises a value to an integer power using repeated squaring.

Namespace: Altaxo.Science.Thermodynamics.Fluids
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected static double Pow(
	double x,
	int n
)

Parameters

x  Double
The base value.
n  Int32
The integer exponent.

Return Value

Double
x raised to the power n.
See Also