System.VarCmplx.VarComplexExp

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function VarComplexExp(const AValue: Variant): Variant;

C++

extern DELPHI_PACKAGE System::Variant __fastcall VarComplexExp(const System::Variant &AValue);

Properties

Type Visibility Source Unit Parent
function public
System.VarCmplx.pas
System.VarCmplx.hpp
System.VarCmplx System.VarCmplx

Description

Returns the exponential of a complex number.

VarComplexExp returns value of e raised to the power of a specified complex number, where e is the base of the natural logarithms.

AValue is a Variant whose value represents the complex number.

VarComplexExp returns a Variant whose value is the exponential of AValue.

See Also