codee-com / codee-com/open-catalog
[Fortran] Replace archaic intrinsic functions
Open
Fortran
good first issue
new check
- Dominant language
- Fortran
- Stars
- 106
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
Over time, several intrinsic functions have been labeled archaic. See [here](https://gcc.gnu.org/onlinedocs/gcc-3.0.4/g77/Table-of-Intrinsic-Functions.html#Table%20of%20Intrinsic%20Functions) for the complete list. They should be replaced by their modern equivalent. For example: `dsin` works for real, while `csin` and `zsin` for complex of different kind. They should be replaced by `sin`, which works for all cases.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.