Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How does the speed of the translated C code compare with the original FORTRAN?

0
Posted

How does the speed of the translated C code compare with the original FORTRAN?

0

With most code, there isn’t much difference. Some programs run faster in C (usually due to faster C compilers), and some run faster in FORTRAN. Integer arithmetic and native I/O is normally faster in C, whereas complex arithmetic is definitely faster in FORTRAN. Double precision arithmetic is about the same in both languages.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123