Difference between variable types for the same computation in Fortran

前端 未结 0 1146
南笙
南笙 2021-01-07 19:39

I am new to Fortran and I was experimenting with int and double variables. I saw that

when you divide for example 
integer:: a = 5
integer:: b = 2


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题