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

Function Math_Exp2

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

Source from the content-addressed store, hash-verified

339#include <math.h>
340
341double Math_Exp2(double x) { return exp2(x); }
342double Math_Log2(double x) { return log2(x); }
343#else
344/***** Caleb's Math functions *****/

Callers 3

Particles_CustomEffectFunction · 0.85
PhysicsComp_YPosAtFunction · 0.85

Calls 1

Exp2Stage1Function · 0.85

Tested by

no test coverage detected