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.