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

Function atan2f

src/SB/Core/x/xAnim.cpp:364–367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362
363#ifndef INLINE
364float atan2f(float y, float x)
365{
366 return (float)atan2((double)y, (double)x);
367}
368#endif
369
370// TODO: move to xMathInlines.h

Callers 2

xatan2Function · 0.70
C_QUATLogNFunction · 0.50

Calls 1

atan2Function · 0.85

Tested by

no test coverage detected