Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ fabs
Function
fabs
src/PowerPC_EABI_Support/include/math.h:45–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
inline double fabs(double x)
46
{
47
return __fabs(x);
48
}
49
50
double acos(double);
51
double asin(double);
Callers
3
__kernel_tan
Function · 0.50
__ieee754_asin
Function · 0.50
__ieee754_rem_pio2
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected