Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
61
extern inline float inv_sqrtf(float x) {
62
return 1.0f / sqrtf(x);
63
}
64
65
#ifdef __cplusplus
66
extern inline float fabsf(float x) { return ::fabs(x); }
Callers
nothing calls this directly
Calls
1
sqrtf
Function · 0.70
Tested by
no test coverage detected