summaryrefslogtreecommitdiff
path: root/src/mongo/platform/decimal128_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-261-3/+3
* SERVER-39487 Decimal128::squareRoot() returns result for Decimal128::exponent...James Wahlin2019-02-201-0/+24
* SERVER-15926: Implement $round function and allow a precision argument for $t...Patrick Meredith2019-02-141-6/+110
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-32930 Add trigonometric expressions to aggregationPatrick Meredith2018-12-221-0/+263
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-26193 Fix incorrect rounding in double to decimal conversionGeert Bosch2016-09-291-0/+7
* SERVER-23263 - Make Decimal128 toString() conform to new specVincent Do2016-05-311-27/+38
* SERVER-23702 Fix server crashing on invalid decimal toString invariant checkVincent Do2016-05-241-19/+25
* SERVER-23966 Fix negation of lowest signed intGeert Bosch2016-05-021-2/+2
* SERVER-19703 Add a few new Decimal128 methods/constructors for usage by KeySt...Geert Bosch2016-04-121-2/+42
* SERVER-10568 SafeNum should be written in terms of explicitly sized typesWaley2016-02-081-3/+3
* SERVER-19623 Add C++ wrapper for Decimal128 typeRaymond Jacobson2015-08-071-0/+1228