mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 05:09:12 +00:00
LibCrypto: Add a BigFraction::is_zero helper
This commit is contained in:
parent
e6c96ce57e
commit
912e38c5fb
Notes:
github-actions[bot]
2024-12-04 13:02:34 +00:00
Author: https://github.com/trflynn89
Commit: 912e38c5fb
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2731
Reviewed-by: https://github.com/shannonbooth
2 changed files with 6 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue