Quad.Exp 10M 1 Method
            
            Computes 10 raised to a given power and subtracts one.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
    C#
    
 
 
10x - 1
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
public static Quad Exp10M1(
	Quad x
)Parameters
- x Quad
 - The power to which 10 is raised.
 
Return Value
Quad10x - 1