> Can I use math functions (e.g. exp log) in a Linux kernel module in a > transparent way? It does not seem to be trivial, and I have not found > any useful docs, but maybe someone here knows the right trick?
Yes, the right trick is to do anything needing math function in user space (except for very special cases). > > If not, does anyone know glibc well enough to tell me if it is > possible to rip the right pieces from it and create a "math" module > from them? "son, you're entering a world of pain." ;-) -- Gilad Ben-Yossef <[EMAIL PROTECTED]> Tel: +972(9)9717330 | Fax: +972(9)9717334 | Cel: +972(54)756701 Kagoor Networks ltd | http://www.kagoor.com | ================================================================To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]