Performance analysis of bigdecimal arithmetic operation in Java

0Citations
Citations of this article
25Readers
Mendeley users who have this article in their library.

Abstract

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.

Cite

CITATION STYLE

APA

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

Register to see more suggestions

Mendeley helps you to discover research relevant for your work.

Already have an account?

Save time finding and organizing research with Mendeley

Sign up for free