Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
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 *****/
345
Callers
4
Particles_CustomEffect
Function · 0.85
CalcBlendFactor
Function · 0.85
PhysicsComp_CalcMaxHeight
Function · 0.85
Log10
Function · 0.85
Calls
1
Log2Stage1
Function · 0.85
Tested by
no test coverage detected