|
|
|
|
|
by Extigy
400 days ago
|
|
One of my favourite features of Fortran is in its array implementation. You can index arrays however you like. Do you like your initial value to be at index 1? Cool. Prefer to index arrays from 0 instead? Sure, go ahead. How about an array with indexing symmetric around zero? double precision :: arr(-100:100)
Beautiful! |
|
Your example across most of them is something like: