MCPcopy Index your code
hub / github.com/ccxt/ccxt / decimalToPrecision

Method decimalToPrecision

java/lib/src/main/java/io/github/ccxt/Exchange.java:942–944  ·  view source on GitHub ↗
(Object x, Object roundingMode, Object numPrecisionDigits)

Source from the content-addressed store, hash-verified

940 // Number
941 // =======================
942 public String decimalToPrecision(Object x, Object roundingMode, Object numPrecisionDigits) {
943 return NumberHelpers.decimalToPrecision(x, roundingMode, numPrecisionDigits, NumberHelpers.DECIMAL_PLACES, NumberHelpers.NO_PADDING);
944 }
945
946 public String decimalToPrecision(Object x, Object roundingMode, Object numPrecisionDigits, Object countMode) {
947 return NumberHelpers.DecimalToPrecision(x, roundingMode, numPrecisionDigits, countMode, NumberHelpers.NO_PADDING);

Callers 15

testDecimalToPrecisionFunction · 0.95
costToPrecisionMethod · 0.95
priceToPrecisionMethod · 0.95
amountToPrecisionMethod · 0.95
feeToPrecisionMethod · 0.95
currencyToPrecisionMethod · 0.95
testDecimalToPrecisionFunction · 0.95
costToPrecisionMethod · 0.95
priceToPrecisionMethod · 0.95
amountToPrecisionMethod · 0.95
feeToPrecisionMethod · 0.95
currencyToPrecisionMethod · 0.95

Calls 2

decimalToPrecisionMethod · 0.95
DecimalToPrecisionMethod · 0.95

Tested by 1