Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ mLog
Function
mLog
Engine/source/math/mMathFn.h:338–341 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
336
}
337
338
inline F32 mLog(const F32 val)
339
{
340
return (F32) log(val);
341
}
342
343
inline F32 mLog2(const F32 val)
344
{
Callers
3
_linearToLogVolume
Method · 0.85
CreateFoliage
Method · 0.85
mConsoleFunctions.cpp
File · 0.85
Calls
1
log
Function · 0.50
Tested by
no test coverage detected