MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / inv_sqrtf

Function inv_sqrtf

include/std/math.h:61–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59#endif
60
61extern inline float inv_sqrtf(float x) {
62 return 1.0f / sqrtf(x);
63}
64
65#ifdef __cplusplus
66extern inline float fabsf(float x) { return ::fabs(x); }

Callers

nothing calls this directly

Calls 1

sqrtfFunction · 0.70

Tested by

no test coverage detected