Open-EO / openeo-processes

Interoperable processes for openEO's big Earth observation cloud processing.
https://processes.openeo.org
Apache License 2.0
49 stars 14 forks source link

sqrt: Document negative values #474

Closed m-mohr closed 8 months ago

m-mohr commented 8 months ago

Process ID: sqrt

Describe the issue:

During the test suite creation, I identified that the sqrt process doesn't mention what happens if x < 0.

Proposed solution: Document what happens with x < 0 (error or NaN?).

Additional context: Tests in #468