Question:
Do I need to define PI values when I write my code in SHARC processor?
Answer:
Yes. Because M_PI and M_E values are already predefined in math.h file for ARM processors. For SHARC processors, we need to define these macros manually.
Question:
Do I need to define PI values when I write my code in SHARC processor?
Answer:
Yes. Because M_PI and M_E values are already predefined in math.h file for ARM processors. For SHARC processors, we need to define these macros manually.