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

Implement basic checkers for integers and reals #20

Merged
merged 1 commit into from
Nov 8, 2024

Conversation

aradi
Copy link
Member

@aradi aradi commented Aug 14, 2024

Implements

  • is_equal() and all_equal() for int32 and int64
  • is_close() and all_close() for real32 and real64.

@aradi aradi added this to the v0.1 milestone Sep 27, 2024
@aradi aradi force-pushed the isequal branch 3 times, most recently from 8b3300a to 7583091 Compare October 28, 2024 22:40
@aradi aradi changed the title Implement is_equal for various intrinsic types and ranks Implement comparison functions for integers and floats Oct 28, 2024
@aradi aradi changed the title Implement comparison functions for integers and floats Implement basic checkers for integers and reals Oct 28, 2024
@aradi aradi force-pushed the isequal branch 15 times, most recently from 8943eba to 60fb4ae Compare October 29, 2024 11:27
@aradi aradi marked this pull request as ready for review October 29, 2024 11:30
@aradi aradi force-pushed the isequal branch 2 times, most recently from 13cc2e1 to 10204fc Compare November 8, 2024 16:43
@aradi aradi merged commit 7a70164 into fortuno-repos:main Nov 8, 2024
9 checks passed
@aradi aradi deleted the isequal branch November 8, 2024 17:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant