summaryrefslogtreecommitdiff
path: root/AK/Complex.h
AgeCommit message (Expand)Author
2023-06-01AK: Remove conditional `noexcept` from `Complex`Jelle Raaijmakers
2022-12-03Everywhere: Run clang-formatLinus Groh
2022-11-26AK: Make it possible to not `using` AK classes into the global namespaceAndreas Kling
2022-11-06Everywhere: Remove redundant inequality comparison operatorsDaniel Bertalan
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-15AK+Everywhere: Add sincos and use it in some placesHendiadyoin1
2021-07-19Everywhere: Use AK/Math.h if applicableHendiadyoin1
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-18AK/Hex: Cleanup implementationLenny Maiorani
2021-04-18AK/Complex: C++20-compatible comparison operatorsLenny Maiorani
2021-03-27AK: Add complex number libraryCesar Torres