TOC PREV NEXT INDEX



Perform floating point computations


Java on the Palm OS Platform does not directly support floating point calculations. This option will let you enter a calculation using the com.datarp.calc.Calculator class which will evaluate floating point calculations in a String. For example, the String "5/2" would return a new String "2.5". For further information on the com.datarp.calc.Calculator class, users may read the javadoc documentation which addresses issues such as precision and reproducibility of the results from this class.

The Sourcerer will ask you for the text of the calculation, which can be entered as a string, as the string from another object in the project, or as a variable expression.


Data Representations, Inc.
http://www.datarepresentations.com
support@datarepresentations.com
sales@datarepresentations.com
TOC PREV NEXT INDEX