MCPcopy Create free account
hub / github.com/alandefreitas/matplotplusplus / cosd

Function cosd

source/matplot/util/common.cpp:364–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362 }
363
364 double cosd(double degrees) {
365 // 0 -> 0
366 // 180 -> pi
367 // 360 -> 2pi
368 return cos(pi * degrees / 180);
369 }
370
371 double sind(double degrees) {
372 // 0 -> 0

Callers 3

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected