MCPcopy Create free account
hub / github.com/RobTillaart/Arduino / c_cos

Method c_cos

libraries/Complex/complex.cpp:202–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200
201
202Complex Complex::c_cos() const
203{
204 return Complex(cos(re) * cosh(im), -sin(re) * sinh(im));
205}
206
207
208Complex Complex::c_tan() const

Callers 1

unittestFunction · 0.80

Calls 1

ComplexClass · 0.85

Tested by 1

unittestFunction · 0.64