MCPcopy Create free account
hub / github.com/DFHack/dfhack / apow

Function apow

plugins/3dveins.cpp:91–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89};
90
91inline float apow(float a, float b) { return powf(fabsf(a), b); }
92
93struct Distribution : NoiseFunction
94{

Callers 2

evalMethod · 0.85
evalMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected