XuNeo commented on code in PR #8063: URL: https://github.com/apache/nuttx/pull/8063#discussion_r1065460966
########## 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: Is there any reason this one doens't have `FAR` added? `long double modfl (long double x, long double *iptr);` Should I add FAR to all pointers in math.h? e.g. `long double frexpl(long double x, int *exp);` `float nanf(const char *tagp);` -- 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