Operations<T>.Exp10 Method

Returns the exponential of a number.

Definition

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

Parameters

operand  T
 

Return Value

T
E raised to the power x.

See Also