Hi,
I am trying to setup a simple app in PowerApps for Teams. I have turned on "Enhanced component properties" because I need to make some simple, generally available functions.
I have trouble to implement a simple exponential function. It always throws an error "the function exp returned a non-finite number".

"exponentialFunct" is a simple custom property within a Component with two inputs "x" and "y". I have connected two "textBoxes" to the inputs and one label to the output.
Strangely, the output is correctly calculated and returns the same results as Excel, but the Component on the Screen is always highlighted with the error symbol. The "App Checker" gives me a Runtime Error.

It looks, like there is an error, because the numbers get too large. But it still seems, that they are calculated OK. So the Error seems to be a bug, as far as I can see.