Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ floatPrecision
Method
floatPrecision
pdal/Log.cpp:104–108 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
102
103
104
void Log::floatPrecision(int level)
105
{
106
m_log->setf(std::ios_base::fixed, std::ios_base::floatfield);
107
m_log->precision(level);
108
}
109
110
111
void Log::clearFloat()
Callers
3
classifyGround
Method · 0.80
progressiveFilter
Method · 0.80
run
Method · 0.80
Calls
1
precision
Method · 0.45
Tested by
no test coverage detected