Enabling Additive and Multiplicative Identities
- Dominant language
- C#
- Stars
- 5
- Forks
- 0
- Avg merge
- 6m
- Merged PRs (30d)
- 4
Description
Each quantity should implement:
- [IMultiplicativeIdentity](https://learn.microsoft.com/en-us/dotnet/api/system.numerics.imultiplicativeidentity-2)
- [IAdditiveIdentity](https://learn.microsoft.com/en-us/dotnet/api/system.numerics.iadditiveidentity-2)
These two interfaces would be required to truly allow for generic algorithm implementations using the Quantities library.
The values would be `1` for the multiplicative identity and `0` for the additive identity, each using the corresponding SI unit.
Contributor guide
No contributing guide indexed for this repository
Research direction
No files or tests are named. Locate the quantity types and their existing SI-unit/value implementations, then inspect the .NET IAdditiveIdentity and IMultiplicativeIdentity contracts. Done means every quantity provides additive identity 0 and multiplicative identity 1 with the corresponding SI unit, supported by the relevant tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100