BigDecimal SFO
The BigDecimal is a Java object. Â You may find the complete reference for it here:Â http://docs.oracle.com/javase/7/docs/api/java/math/BigDecimal.html.
You may render it just like a normal decimal. Â It will print it's decimal value. Â However, it has methods for doing comparisons and such, so do not try to do less than or greater than using two BigDecimal objects.
Â