pkarashchenko commented on code in PR #8063: URL: https://github.com/apache/nuttx/pull/8063#discussion_r1065394009
########## include/nuttx/lib/math.h: ########## @@ -394,6 +394,14 @@ long double frexpl(long double x, int *exp); /* Trigonometric Functions **************************************************/ +void sincosf(float, float *, float *); Review Comment: Please add `FAR` to added functions -- 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