sin function template — Computes sine
template<typename T> complex<T> sin(const complex<T>& z)
The sin function returns the complex sine of z.
sin
z
sin function in <cmath>
<cmath>