1config BR2_PACKAGE_MPDECIMAL 2 bool "mpdecimal" 3 help 4 mpdecimal is a package for correctly-rounded arbitrary 5 precision decimal floating point arithmetic. Starting from 6 version 2.4, mpdecimal includes only the libmpdec 7 library. Further mpdecimal development will focus 8 exclusively on libmpdec. 9 10 http://www.bytereef.org/mpdecimal/ 11