log() function for complex number in C++
The log() function for complex number is defined in the complex header file. This function is the complex version of the log() function. This function is used to calculate the complex natural log of a complex number z i.e with base e and returns the natural log of complex number z. Syntax: template