MCPcopy Create free account
hub / github.com/pydata/numexpr / acoshf

Function acoshf

numexpr3/missing_posix_functions.hpp:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92inline float acoshf(float x)
93{
94 return (float) acosh((double)x);
95}
96
97inline float atanhf(float x)
98{

Callers 1

acoshf2Function · 0.85

Calls 1

acoshFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…