codee-com/open-catalog

[Fortran] Replace archaic intrinsic functions

Open

#37 aberto em 20 de set. de 2024

Ver no GitHub
 (1 comment) (2 reactions) (0 assignees)Fortran (12 forks)auto 404
Fortrangood first issuenew check

Métricas do repositório

Stars
 (105 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

Over time, several intrinsic functions have been labeled archaic. See here 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.

Guia do colaborador