MCPcopy Create free account
hub / github.com/WheretIB/nullc / Cos

Function Cos

NULLC/includes/math.cpp:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6namespace NULLCMath
7{
8 double Cos(double deg)
9 {
10 return cos(deg);
11 }
12
13 double Sin(double deg)
14 {

Callers

nothing calls this directly

Calls 1

cosFunction · 0.85

Tested by

no test coverage detected