On Thu, Mar 13, 2008 at 05:26:28PM -0700, Fabio De Lorenzo wrote: > Hello, > > Sorry for the basic question: > > how can I implement, in an efficient, way the pow() function in kernel > space ? > > Is there any function I can use ? The kernelnewbies mailing list is the best place for stuff like this. Have you tried there first? And yes, you are also going to have to explain why you are wanting to call math functions within a kernel module, as that is not normally done :) thanks, greg k-h