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

Function sinh

NULLC/translation/std_math_bind.cpp:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 return cosh(deg);
44}
45double sinh(double deg, void* unused)
46{
47 return sinh(deg);
48}
49double tanh(double deg, void* unused)
50{
51 return tanh(deg);

Callers 1

SinhFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected