Tagged Questions

-1
votes
2answers
184 views

Flex real type definition in scientific and engineering notation in c++

I'm defining a real type and I'm using strtod for the exponential way even though is untested and don't really know if it works but more imporantly I would like to know if there is any built in ...