SUMMARY
Declaring extremely large integers in Fortran 90 is not feasible due to the limitations of the language and the Microsoft Fortran PowerStation 4.0 compiler. Users suggest alternative approaches, such as storing digits in multiple long-integer variables or using moles instead of large integers. Other programming languages like Java, PHP, and C# offer built-in support for large integers through classes like BigInteger. Fortran users may need to implement custom biginteger functions or consider using IBM's PL/I, which supports integers up to 1032.
PREREQUISITES
- Understanding of Fortran 90 syntax and data types
- Familiarity with large number handling in programming
- Knowledge of alternative programming languages like Java, PHP, or C#
- Basic concepts of mole calculations in chemistry
NEXT STEPS
- Research how to implement custom biginteger functions in Fortran 90
- Explore the BigInteger class in Java for handling large integers
- Learn about IBM's PL/I and its capabilities for large integer support
- Investigate the use of moles in scientific calculations to avoid large integers
USEFUL FOR
This discussion is beneficial for Fortran developers, chemists modeling molecular data, and programmers interested in handling large integers across different programming languages.