template< class T >
complex<T> cos( const complex<T>& z );
Computes complex cosine of a complex value z.
[edit] Parameters [edit] Return valueIf no errors occur, the complex cosine of z is returned.
Errors and special cases are handled as if the operation is implemented by std::cosh(i * z)
, where i
is the imaginary unit.
The cosine is an entire function on the complex plane, and has no branch cuts.
Mathematical definition of the cosine is
cos z =.
[edit] ExampleOutput:
cos(1.000000,0.000000) = (0.540302,-0.000000) ( cos(1) = 0.540302) cos(0.000000,1.000000) = (1.543081,-0.000000) (cosh(1) = 1.543081)[edit] See also
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4