Hello All,

I need to perform some calculations in my driver, and I need to call
some advanced math functions like sqrt(), cos() and sin()... I'd like
to know if this is possible ? How to do that ? if these functions
aren't available, can I call them from the user-mode ?

Thanks for your help !
Eric.

Re: sqrt() cos() sin() in kernel mode by Maxim

Maxim
Thu Nov 17 12:45:00 CST 2005

Read the documentation on KeSaveFloatingPointState.

--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
maxim@storagecraft.com
http://www.storagecraft.com

"Eric" <minso@altern.org> wrote in message
news:1132248553.740301.82960@g49g2000cwa.googlegroups.com...
> Hello All,
>
> I need to perform some calculations in my driver, and I need to call
> some advanced math functions like sqrt(), cos() and sin()... I'd like
> to know if this is possible ? How to do that ? if these functions
> aren't available, can I call them from the user-mode ?
>
> Thanks for your help !
> Eric.
>