LibCrypto: Add a BigFraction::is_zero helper

This commit is contained in:
Timothy Flynn 2024-12-03 11:37:12 -05:00 committed by Tim Flynn
commit 912e38c5fb
Notes: github-actions[bot] 2024-12-04 13:02:34 +00:00
2 changed files with 6 additions and 0 deletions

View file

@ -44,6 +44,7 @@ public:
BigFraction invert() const;
BigFraction sqrt() const;
bool is_zero() const;
void set_to_0();
// Return a BigFraction in "scientific notation", as an example with: