Math387.Exp10 / Exp10f Method

Overload List

#SignatureDescription
1function Exp10(const X: TCplx): TCplx;10^x function.
2function Exp10(const X: TSCplx): TSCplx;
3function Exp10(const X: Double): Double;10^x function.
4function Exp10f(const X: Single): Single;

Overload 1: function Exp10(const X: TCplx): TCplx;

10^x function.

#NameTypeDescription
1XTCplx

Returns: TCplx (complex) - Returns the value of 10 raised to the power of X.

Remarks:

This function is about 30% faster as the equivalent call to the Math387.Power routine

See Also: Math387.Power

Overload 2: function Exp10(const X: TSCplx): TSCplx;

#NameTypeDescription
1XTSCplx

Returns: TSCplx

Overload 3: function Exp10(const X: Double): Double;

10^x function.

#NameTypeDescription
1XDouble

Returns: Double - Returns the value of 10 raised to the power of X.

Remarks:

This function is about 30% faster as the equivalent call to the Math387.Power routine.

Overload 4: function Exp10f(const X: Single): Single;

#NameTypeDescription
1XSingle

Returns: Single