Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
To pre-process for analytics, I need to calculate some values. It would help immensely if I could utilize Math functions like hypot(), etc. Does anyone know, how I can make use of these functions in a service?
I did notice that some functions do work like sqrt() for example, but not all, I am specifically interested in hypot at this time.
The easiest thing for you to do might be to write your own Math resource extension. You would create a new "Resource" extension and define all the functions you need. Then you can use native Java to calculate the result and return it to TWX.