Question
Is there a way to call Math functions like Math.hypot() in a service?
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.

