添加程序的标识和说明
This commit is contained in:
parent
9cdd8ae550
commit
29d3614066
|
@ -172,6 +172,9 @@ public class BigDecimalDemoUnitTest {
|
|||
logger.info("{}", numberStr);
|
||||
}
|
||||
|
||||
/**
|
||||
* To String with ScientificNotation
|
||||
*/
|
||||
@Test
|
||||
public void bigDecimalScientificNotation() {
|
||||
// Create a BigDecimal object
|
||||
|
|
Loading…
Reference in New Issue