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

Function expm1f

numexpr3/missing_posix_functions.hpp:82–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82inline float expm1f(float x)
83{
84 return (float) expm1((double)x);
85}
86
87inline float asinhf(float x)
88{

Callers 1

expm1f2Function · 0.85

Calls 1

expm1Function · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…