添加程序的标识和说明

This commit is contained in:
YuCheng Hu 2020-02-25 10:09:05 -05:00
parent 9cdd8ae550
commit 29d3614066

View File

@ -172,6 +172,9 @@ public class BigDecimalDemoUnitTest {
logger.info("{}", numberStr); logger.info("{}", numberStr);
} }
/**
* To String with ScientificNotation
*/
@Test @Test
public void bigDecimalScientificNotation() { public void bigDecimalScientificNotation() {
// Create a BigDecimal object // Create a BigDecimal object