From mboxrd@z Thu Jan 1 00:00:00 1970 From: greg@kroah.com (Greg KH) Date: Wed, 23 Jul 2014 21:18:39 -0700 Subject: Doubt Regarding Floating Point Arithmetic In-Reply-To: References: Message-ID: <20140724041839.GA8783@kroah.com> To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org On Thu, Jul 24, 2014 at 08:09:31AM +0530, me storage wrote: > Can you please explain me one scenario that lets suppose? take calculator > application in lower level it should interact with kernel code So here who is > take care of Floating point calculations? The userspace program does the floating point calculations. The kernel would not interact with a calculator application in a way that would require the kernel to do anything here, it merely schedules the userspace tasks to run. Hope this helps, greg k-h