You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2023/01/11 14:56:50 UTC

[GitHub] [nuttx] xiaoxiang781216 commented on a diff in pull request #8063: libc/math: add simple implementation for sincos API

xiaoxiang781216 commented on code in PR #8063:
URL: https://github.com/apache/nuttx/pull/8063#discussion_r1067093655


##########
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:
   @pkarashchenko since the whole files doesn't add FAR, let's create a new patch add it in batch?



-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org