| ||||||||
Technical Support Support Resources Product Information | C51: MATH FUNCTIONSQUESTIONCan the C51 compiler compute logarithmic functions e.g.: a * log(x) + b * pow(log(x), 2) or square root functions e.g.: pow(ax, 0.5) + pow(bx, 1.5) + pow(cx, 2.5) How can I detemine the execution time for these functions? ANSWERYes. The C51 compiler supports both log() and pow() functions. You may use the Execution Profiler or the built-in Logic Analyzer in the simulator to display execution times for these functions. MORE INFORMATIONLast Reviewed: Tuesday, October 24, 2006 | |||||||
| ||||||||