nealef opened a new pull request, #7025: URL: https://github.com/apache/incubator-nuttx/pull/7025
## Summary The round() functions do not return the correct value for infinite or NaN values. For example, round(NaN) returns 0 instead of NaN. ## Impact Incorrect results for these two conditions. Resolves #6767 -- 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