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

Function Sinh

NULLC/includes/math.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 }
33
34 double Sinh(double deg)
35 {
36 return sinh(deg);
37 }
38
39 double Tanh(double deg)
40 {

Callers

nothing calls this directly

Calls 1

sinhFunction · 0.85

Tested by

no test coverage detected