Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | Math Folder
 
Math Folder
 
Summary of Elements in this Folder
You use the elements in the math folder to perform mathematical operations on string-based numeric values.
Note:
Services that operate on integer values use Java's long data type (64-bit, two's complement). Services that operate on float values use Java's double data type (64-bit IEEE 754). If extremely precise calculations are critical to your application, you should write your own Java services to perform math functions.