summaryrefslogtreecommitdiff
path: root/AK/NumericLimits.h
AgeCommit message (Expand)Author
2023-03-29AK: Add NumericLimits::digits to return the number of digits in a typeTimothy Flynn
2022-11-26AK: Make it possible to not `using` AK classes into the global namespaceAndreas Kling
2021-11-14AK: Use proper type for bool NumericLimits::min and max specializationAndrew Kaster
2021-05-22AK/NumericLimits: Add `lowest()` for floating-point typesJelle Raaijmakers
2021-05-08AK: Add epsilon() to NumericLimits for float, double, long doubleStephan Unverwerth
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2020-09-29AK: Add NumericLimits specialization for char.asynts
2020-07-18AK: Use "signed char" as the opposite of "unsigned char"Andreas Kling
2020-05-23AK: Allow NumericLimits.h to compile in a kernel contextAndreas Kling
2020-04-15AK: Add a simple NumericLimits<T> templateAndreas Kling