How do I do a 1 / ( x + y) computation in the "editor" 😆

I need to invert the exchange rate but if the exchange rate is 0, this causes an error in the computation. So I want to add in 0.00000001 or something in to offset from 0 first. But of course, there are no parentheses!!!

For example this API called “Financial Data” returns 0 for USD/EUR because no such exchange exists by that name (it’s EUR/USD).

Thanks.

This topic was automatically closed after 70 days. New replies are no longer allowed.