Quad.Exp10M1 Method

Computes 10 raised to a given power and subtracts one.

Definition

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

Parameters

x  Quad
The power to which 10 is raised.

Return Value

Quad
10x - 1

Implements

IExponentialFunctions<TSelf>.Exp10M1(TSelf)

See Also