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

eqz, ltz functions #56

Closed
4 tasks done
SzigetiJ opened this issue Dec 26, 2023 · 0 comments
Closed
4 tasks done

eqz, ltz functions #56

SzigetiJ opened this issue Dec 26, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@SzigetiJ
Copy link
Owner

SzigetiJ commented Dec 26, 2023

Nice to have functions:

  • buint_bool biguint128_eqz(const BigUInt128 &a) (equals zero)
  • buint_bool bigint128_ltz(const BigUInt128 &a) (less than zero / is negative)
  • BigUInt128 bigint128_negate(const BigUInt128 &a) (*=-1 as interface function)
  • BigUInt128 bigint128_value_of_uint(UInt a) (initialize with negative value)
@SzigetiJ SzigetiJ added the enhancement New feature or request label Dec 26, 2023
@SzigetiJ SzigetiJ self-assigned this Dec 26, 2023
SzigetiJ added a commit that referenced this issue Dec 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant