Manuel Zahariev
|
4ed8e9e596
|
LibCrypto: Improve precision of Crypto::BigFraction::to_double()
Before:
- FIXME: very naive implementation
- was preventing passing some Temporal tests
- https://github.com/tc39/test262
- https://github.com/LadybirdBrowser/libjs-test262
Bonus: Unrelated formatting change (Line 249) that unblocks the CI
lint check.
|
2025-03-23 19:33:25 +01:00 |
|
Timothy Flynn
|
27478ec7d4
|
Everywhere: Run clang-format
The following command was used to clang-format these files:
clang-format-19 -i $(find . \
-not \( -path "./\.*" -prune \) \
-not \( -path "./Build/*" -prune \) \
-not \( -path "./Toolchain/*" -prune \) \
-type f -name "*.cpp" -o -name "*.mm" -o -name "*.h")
|
2024-12-28 05:39:32 -08:00 |
|
Timothy Flynn
|
912e38c5fb
|
LibCrypto: Add a BigFraction::is_zero helper
|
2024-12-04 08:01:35 -05:00 |
|
Timothy Flynn
|
e6c96ce57e
|
LibCrypto: Convert BigFraction stringification to String
|
2024-12-04 08:01:35 -05:00 |
|
Timothy Flynn
|
93712b24bf
|
Everywhere: Hoist the Libraries folder to the top-level
|
2024-11-10 12:50:45 +01:00 |
|