from UInt
Convert a Int into a BigDecimal.
i.e. 7111 -> 7.111E+3
Return
BigDecimal representing input
Parameters
u Int
Int value to conver
Convert a Int into a BigDecimal, but use supplied value directly as significant.
i.e. 7111 -> 7.111E+0
Return
BigDecimal representing input
Parameters
u Int
Int value to conver