Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
341
double Math_Exp2(double x) { return exp2(x); }
342
double Math_Log2(double x) { return log2(x); }
343
#else
344
/***** Caleb's Math functions *****/
Callers
3
Particles_CustomEffect
Function · 0.85
PhysicsComp_YPosAt
Function · 0.85
BlockDefs_DefineBlockCommonStart
Function · 0.85
Calls
1
Exp2Stage1
Function · 0.85
Tested by
no test coverage detected