MCPcopy Create free account
hub / github.com/CytopiaTeam/Cytopia / coshf

Function coshf

external/as_add_on/scriptmath/scriptmath.cpp:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28inline float asinf (float arg) { return std::asin (arg); }
29inline float atanf (float arg) { return std::atan (arg); }
30inline float coshf (float arg) { return std::cosh (arg); }
31inline float sinhf (float arg) { return std::sinh (arg); }
32inline float tanhf (float arg) { return std::tanh (arg); }
33inline float log10f (float arg) { return std::log10 (arg); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected