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

Function xexp

src/SB/Core/x/xCamera.cpp:1772–1775  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1770}
1771
1772F32 xexp(F32 x)
1773{
1774 return std::expf(x);
1775}
1776
1777#ifndef INLINE
1778float std::expf(float x)

Callers 5

face_cameraMethod · 0.85
find_spring_minMethod · 0.85
calc_movementMethod · 0.85
updateMethod · 0.85
xFFXShakeUpdateEntFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected