Open Issues Need Help
View All on GitHub Make min/max functions polymorphic for different numeric types about 1 month ago
AI Summary: Implement polymorphic min/max functions in the Fortran compiler frontend to support integer, real, and complex numeric types, leveraging Fortran's generic interfaces or type-bound procedures. This enhancement improves code usability without impacting core functionality.
Complexity:
3/5
enhancement good first issue