The HyperNews Linux KHG Discussion Pages

Question: How to print floating point numbers from the kernel?

Forum: The Linux Kernel Hackers' Guide
Date: Tue, 04 Aug 1998 16:51:29 GMT
From: <pkunisetty@hotmail.com>

I want to print floating point numbers from kernel module. printk is working fine for integers but not working for floating point numbers. Is there any otherway to print the floating point numbers? Thanks.