Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for float under the Number primitive. #33

Closed
9 tasks
tacosontitan opened this issue Apr 13, 2024 · 1 comment · Fixed by #31
Closed
9 tasks

Add support for float under the Number primitive. #33

tacosontitan opened this issue Apr 13, 2024 · 1 comment · Fixed by #31
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@tacosontitan
Copy link
Owner

tacosontitan commented Apr 13, 2024

The Number primitive needs support for float:

  • Implement IEquatable<float>.
  • Implement IComparable<float>.
  • Implement IMinMaxValue<float>.
  • Implement IBinaryFloatingPointIeee754<float>.
  • Implement IBinaryFloatParseAndFormatInfo<float>.
  • Implement ISpanFormattable.
  • Implement IUtf8SpanFormattable.
  • Implement basic arithmetic operators (+, -, *, /, and %).
  • Unit test coverage for the implementations.

Note: The unit test coverage for the IEquatable implementation will be contributed by the repo owner.

@tacosontitan tacosontitan added enhancement New feature or request help wanted Extra attention is needed labels Apr 13, 2024
@tacosontitan tacosontitan added this to the Primitives milestone Apr 13, 2024
@tacosontitan tacosontitan linked a pull request Apr 13, 2024 that will close this issue
11 tasks
@tacosontitan
Copy link
Owner Author

This issue is ready for work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant