IOperations<T>.Exp10 Method

Returns the exponential of a number.

Definition

Namespace: Numerics.NET.Generic
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
T Exp10(
	T x
)

Parameters

x  T
The exponent.

Return Value

T
E raised to the power x.

See Also