Package net.osslabz.crypto
Class CryptoMathUtils
java.lang.Object
net.osslabz.crypto.CryptoMathUtils
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic BigDecimalgetPriceDiff(BigDecimal currentPrice, BigDecimal referencePrice) static BigDecimalgetPriceDiffAsPercentage(BigDecimal currentPrice, BigDecimal referencePrice) static booleanisLargerZero(BigDecimal value)
-
Field Details
-
HUNDRED
-
-
Method Details
-
isLargerZero
-
getPriceDiff
-
getPriceDiffAsPercentage
public static BigDecimal getPriceDiffAsPercentage(BigDecimal currentPrice, BigDecimal referencePrice)
-