vote up 1 vote down star

Hi.

What is meant by . (dot) usage after a number in Fortran code?

For example:

x=a+b+45.-c-d

thanks in advance

flag

0% accept rate
Wow, a fortran question! – DigitalRoss Oct 23 at 7:17
2  
Exact duplicate: stackoverflow.com/questions/1293265/… – Greg Hewgill Oct 23 at 7:21
@Greg Hewgill: So why haven't you voted to close? – ire_and_curses Nov 3 at 5:00

1 Answer

vote up 5 vote down

This means that it's a floating point constant, not integer. 45. is a shorter way to write 45.0.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.