MCPcopy 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
45inline double fabs(double x)
46{
47 return __fabs(x);
48}
49
50double acos(double);
51double asin(double);

Callers 3

__kernel_tanFunction · 0.50
__ieee754_asinFunction · 0.50
__ieee754_rem_pio2Function · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected