math.h in zephyr #29988
Answered
by
ejohnso49
JasmineRandhawa
asked this question in
Q&A
math.h in zephyr
#29988
-
How to I calll pow() function for float exponential ? |
Beta Was this translation helpful? Give feedback.
Answered by
ejohnso49
Nov 18, 2020
Replies: 1 comment 1 reply
-
To my knowledge all you need to do is add |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
henrikbrixandersen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To my knowledge all you need to do is add
CONFIG_NEWLIB_LIBC=y
to your prj.conf file. This will allow you to call functions withinmath.h