Implement equals and hashCode for ComplexFloat
Open
api
ndarray
- Dominant language
- Kotlin
- Stars
- 734
- Forks
- 51
- Avg merge
- 9h 52m
- Merged PRs (30d)
- 6
Description
Its equals() and hashCode() are commented out in ComplexFloat.kt (lines ~442-456) due to Kotlin limitation https://youtrack.jetbrains.com/issue/KT-24874.
Contributor guide
Research direction
Open ComplexFloat.kt around lines 442-456 and review the commented-out equals() and hashCode() methods. Read the linked KT-24874 issue to understand the Kotlin limitation. Done means both methods are implemented for ComplexFloat and their equality and hash behavior is verified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kotlin
- Domain
- data
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100