mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 21:59:07 +00:00
LibCrypto: Convert BigFraction stringification to String
This commit is contained in:
parent
5cfd50224c
commit
e6c96ce57e
Notes:
github-actions[bot]
2024-12-04 13:02:44 +00:00
Author: https://github.com/trflynn89
Commit: e6c96ce57e
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2731
Reviewed-by: https://github.com/shannonbooth
3 changed files with 4 additions and 4 deletions
|
@ -55,7 +55,7 @@ public:
|
|||
// - m_denominator = 10000
|
||||
BigFraction rounded(unsigned rounding_threshold) const;
|
||||
|
||||
ByteString to_byte_string(unsigned rounding_threshold) const;
|
||||
String to_string(unsigned rounding_threshold) const;
|
||||
double to_double() const;
|
||||
|
||||
Crypto::SignedBigInteger const& numerator() const& { return m_numerator; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue