hi
i am using CCS V 3.3 and 6474 processor. In my program i have to find the sure root of number . I am using the sqrt( ) function of C language it take nearly 3300 cycle , if i use POW( , ) function it take 7900 cycle. So to find squre root of a number take so much clock cycle and in my program i have to find squre root of many number . So can you suggest ny function or any way to find efficient squre root.