Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
202
Complex Complex::c_cos() const
203
{
204
return Complex(cos(re) * cosh(im), -sin(re) * sinh(im));
205
}
206
207
208
Complex Complex::c_tan() const
Callers
1
unittest
Function · 0.80
Calls
1
Complex
Class · 0.85
Tested by
1
unittest
Function · 0.64