Apoc.number.exact.div

Has anyone encountered and managed to solve this below issue regarding "apoc.number.exact.div": "Failed to invoke function apoc.number.exact.div: Caused by: java.lang.ArithmeticException: Non-terminating decimal expansion; no exact representable decimal result."

I guess the result goes on and on forever.

I've tried a lot of roundings and convertions and limits, including "apoc.number.exact.div" own precision limit and so on and couldn't find a solution.
Also i don't know of any exception catch support in Cypher, so that i can isolate the cases and treat then accordingly

Do you have a reproducible example?

Trying to isolate the case