C++複數庫 - Tanh



描述

它是複數的雙曲正切函式,返回複數x的雙曲正切值。

宣告

以下是std::tanh的宣告。

template<class T> complex<T> tanh (const complex<T>& x);

C++11

	
template<class T> complex<T> tanh (const complex<T>& x);

引數

x − 它是一個複數值。

返回值

它返回複數x的雙曲正切值。

異常

complex.htm
廣告