Click or drag to resize

RMathTenToThePowerOf Method

Returns 10 to the power of i, i.e. 10^i.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static double TenToThePowerOf(
	int i
)

Parameters

i  Int32
The exponent.

Return Value

Double
10 to the power of i.
See Also