Tagged Questions

1
vote
1answer
820 views

postfix 'd+0' in Fortran real literal expressions

Does anyone knwow what the postfix "d+0" means in the assignments to M1, M2 and M4 below or is there any resource on the web or a book where one is very likely to find this information? ...
-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 ...