Tool/software: TI C/C++ Compiler
Hello all,
I am currently working on Incremental Conductance MPPT algorithm. I need a floating point "division" math operation for computing delta power and delta voltage . In present library there are two math functions
for division "div ,ldiv" which supports integer and long number format. The present MPPT algorithm uses "__einvf32" which is not giving accurate results. Need a floating point library function for division because my source file is in float format.
Any help is appreciated.
Regards
Naveen