What is meant by . (dot) usage after a number in Fortran code?
For example:
x=a+b+45.-c-d
thanks in advance
This means that it's a floating point constant, not integer. 45. is a shorter way to write 45.0.
This is a collaboratively edited question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
about » faq »
tagged
asked
2 years ago
viewed
115 times
active