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

Function Cosh

NULLC/includes/math.cpp:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27
28
29 double Cosh(double deg)
30 {
31 return cosh(deg);
32 }
33
34 double Sinh(double deg)
35 {

Callers

nothing calls this directly

Calls 1

coshFunction · 0.85

Tested by

no test coverage detected