BigFloat.Exp10 Method

Computes 10 raised to a given power.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static BigFloat Exp10(
	BigFloat x
)

Parameters

x  BigFloat
The power to which 10 is raised.

Return Value

BigFloat
10x

Implements

IExponentialFunctions<TSelf>.Exp10(TSelf)

See Also