You are here: Symbol Reference > Math387 Namespace > Functions > Math387.Expj Function
MtxVec VCL
ContentsIndex
PreviousUpNext
Math387.Expj Function

Euler formula for complex number.

Pascal
function Expj(const Omega: double): TCplx; overload;

Returns the e^(i*W), using the Euler formula: 

e^(i*W) = cos(W) + i*sin(W) 

 

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!