1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 05:07:45 +00:00

AK: Add FixedPoint arithmetic helper

Co-authored-by: Hendiadyoin1 <leon2002.la@gmail.com>
Co-authored-by: kleines Filmröllchen <malu.bertsch@gmail.com>
This commit is contained in:
Hediadyoin1 2021-08-20 17:35:03 +02:00 committed by Ali Mohammad Pur
parent beb8c48f26
commit fdef6e5f76
3 changed files with 409 additions and 0 deletions

View file

@ -1,4 +1,5 @@
set(AK_TEST_SOURCES
TestFixedPoint.cpp
TestAllOf.cpp
TestAnyOf.cpp
TestArray.cpp