The Java programming language provides binary floating-point primitive data types such as float and double to represent decimal numbers. However, these data types cannot represent decimal numbers with complete accuracy, which may cause precision errors while performing calculations. To achieve better precision, Java provides the BigDecimal class. Unlike float and double, which use approximation, this class is able to represent the exact value of a decimal number. However, it comes with a drawback: BigDecimal is treated as an object and requires additional CPU and memory usage to operate with. In this paper, statistical data are presented of performance impact on using BigDecimal compared to the double data type. As test cases, common mathematical processes were used, such as calculating mean value, sorting, and multiplying matrices.
CITATION STYLE
Tarigan, J. T., Zamzami, E. M., & Ginting, C. L. (2018). Performance analysis of bigdecimal arithmetic operation in Java. Journal of ICT Research and Applications, 12(3), 267–279. https://doi.org/10.5614/itbj.ict.res.appl.2018.12.3.5
Mendeley helps you to discover research relevant for your work.