![]() |
Blitz Support : |
From: wan kuang (wkuang_at_[hidden])
Date: 2003-09-16 00:24:30
Hi, all
How can I calculate the exponential of an array without using explicit loop, like
complex_array2d = exp(complex(0, real_array2d));
when I compile the proceding line, compiler (KCC) complained no function matched. What can I do? Thanks!