codee-com / codee-com/open-catalog

[Fortran] Replace archaic intrinsic functions

Open
#37 1 comment 2 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.