Stream: fhirpath
Topic: divide-by-zero
Bryn Rhodes (Jan 29 2019 at 03:02):
For division by zero, the specification does not explicitly state what should happen. Options are to throw an error or return empty. And the same applies for arithmetic overflow and underflow: GF#20308. I've proposed a disposition of returning empty to avoid the runtime error.
Grahame Grieve (Jan 29 2019 at 03:02):
I don't mind either way
Last updated: Apr 12 2022 at 19:14 UTC