Z
Zhi
Guest
I want to use the function exp(z: complex). And I added the
IEEE.MATH_COMPLEX.ALL. Firstly, I don't know how to use the function
if the the type of 'z' is complex. Shall I write it like
'exp(0.0,2.0)' to represent the expression exp(2j)? And even though I
added the MATH_COMPLEX package, there is error information 'No
feasible entries for subprogram "exp"'. What is the problemďź
I also saw another MATH_COMPLEX package ver. The function for the
complex exponential is 'CEXP'. I am a little confused about the
different function name.
IEEE.MATH_COMPLEX.ALL. Firstly, I don't know how to use the function
if the the type of 'z' is complex. Shall I write it like
'exp(0.0,2.0)' to represent the expression exp(2j)? And even though I
added the MATH_COMPLEX package, there is error information 'No
feasible entries for subprogram "exp"'. What is the problemďź
I also saw another MATH_COMPLEX package ver. The function for the
complex exponential is 'CEXP'. I am a little confused about the
different function name.