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

Function cosh

NULLC/translation/std_math_bind.cpp:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41double cosh(double deg, void* unused)
42{
43 return cosh(deg);
44}
45double sinh(double deg, void* unused)
46{
47 return sinh(deg);

Callers 1

CoshFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected