Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EricLengyel/Terathon-Math-Library
/ Pow
Function
Pow
TSMath.h:465–468 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
463
TERATHON_API float Log(float x);
464
465
inline float Pow(float base, float exponent)
466
{
467
return (Exp(Log(base) * exponent));
468
}
469
470
471
namespace Math
Callers
nothing calls this directly
Calls
1
Exp
Function · 0.85
Tested by
no test coverage detected