Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MapServer/MapServer
/ parse_double
Function
parse_double
renderers/agg/src/agg_svg_parser.cpp:452–456 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
450
}
451
452
double parse_double(const char* str)
453
{
454
while(*str ==
' '
) ++str;
455
return atof(str);
456
}
457
458
459
Callers
3
parse_attr
Method · 0.85
parse_rect
Method · 0.85
parse_line
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected