Java Reference
In-Depth Information
calculations, use int, long , or BigDecimal . For language designers, consider providing linguistic
support for decimal arithmetic. One approach is to offer limited support for operator overloading,
so that arithmetic operators can be made to work with numerical reference types, such as
BigDecimal . Another approach is to provide a primitive decimal type, as did COBOL and PL/I.
< Day Day Up >
 
 
Search WWH ::




Custom Search