OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DECIMAL128
(Results
1 - 2
of
2
) sorted by null
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/number/
BigDecimalCloseTo.java
43
return item.subtract(value, MathContext.
DECIMAL128
).abs().subtract(delta, MathContext.
DECIMAL128
).stripTrailingZeros();
/external/python/cpython3/Lib/test/
test_decimal.py
[
all
...]
Completed in 110 milliseconds