fjpanag commented on issue #6941: URL: https://github.com/apache/incubator-nuttx/issues/6941#issuecomment-1229975391
*Note to self.* This is how the C standard defines the `pow()` function: > The pow function computes x raised to the power y. A domain error occurs if x is negative and y is not an integral value. A domain error occurs if the result cannot be represented when x is zero and y is less than or equal to zero. A range error may occur. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org