ScriptExecutionBasePow4(Double) Method |
Calculates the 4th power of x.
Namespace: Altaxo.CalcAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double Pow4(
double x
)
Parameters
- x Double
- A double-precision floating-point number.
Return Value
DoubleThe 4th power of
x.
See Also