MCPcopy Create free account
hub / github.com/ClassiCube/ClassiCube / Math_Log2

Function Math_Log2

src/ExtMath.c:342–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340
341double Math_Exp2(double x) { return exp2(x); }
342double Math_Log2(double x) { return log2(x); }
343#else
344/***** Caleb's Math functions *****/
345

Callers 4

Particles_CustomEffectFunction · 0.85
CalcBlendFactorFunction · 0.85
Log10Function · 0.85

Calls 1

Log2Stage1Function · 0.85

Tested by

no test coverage detected