-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Description
The min/max functions in the codebase are currently hardcoded to only accept real types, limiting their usefulness. These functions should be made polymorphic to handle integer, real, and other numeric types.
Current Behavior
- min/max functions only work with real types
- Users need to implement separate functions for different numeric types
Expected Behavior
- min/max functions should work with all numeric types (integer, real, complex)
- Should use Fortran's generic interface or type-bound procedures
Priority
Low - This is a code quality improvement that enhances usability but doesn't affect core functionality.
Labels
- enhancement
- good first issue
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers