Fortran: handling integer values of size: ~700000000000

后端 未结 6 654
忘掉有多难
忘掉有多难 2021-01-05 10:52

Currently I\'m brushing up on my Fortran95 knowledge (don\'t ask why)...

I\'m running in to a problem though. How does one handle large integers, eg. the size of: ~7

6条回答
  •  Happy的楠姐
    2021-01-05 11:10

    There are a number of free arbitrary-precision libraries available for Fortran which would deal with this problem. FMLIB is one. Five or six more alternatives are linked from this page.

提交回复
热议问题